Martin Burchell
Martin Burchell
If the character limit for a user's signature in their forum profile exceeds 255 characters, the reported actual length doesn't necessarily correspond to the number of characters the user sees...
My code that calls `detect_backend()` catches `EmbedVideoException`. I notice that `get_info()` in `VimeoBackend` and `SoundCloudBackend` can throw a `ReadTimeout` exception from the requests library. I'm wondering if the timeout exception...
Supersedes #54, fixes #102 I'm not sure this is much of an improvement on #54 . I've added a createUrl() method as @p2 suggested. This might not have been what...
This has already been noted in #54. Calling the create() method on a Bundle with type "transaction" results in a POST to /fhir/Bundle instead of /fhir (spec: http://hl7.org/fhir/http.html#transaction) HAPI FHIR...
## Describe the bug The exec mixin will complain if a file is not executable. Once it is executable Porter doesn't notice until you rename it. ## To Reproduce Steps...
### Describe the bug If you have two classes with the same name and have quotes around a type annotation when referencing one of them, you get the warning` more...
This change allows the `RS_CSV_Helper` class to be customised with a new `really_simple_csv_helper_class` filter - the same way as the `really_simple_csv_importer_class` filter works. My reason for doing this is that...
The `.gitignore` file will ignore files like `config/dev/config.edn` and `config/prod/config.edn` but the `dev` and `prod` subdirectories don't exist in version control. This looks like an oversight. This change ensures these...