Robert May
Robert May
I've just bumped into an inconsistency with how the `json` gem generates empty arrays/objects in the resulting JSON: #### json ``` JSON.pretty_generate({ test: [] }) => "{\n \"test\": [\n\n ]\n}"...
Just ran across something which caused me a bit of a headache; finally figured out what it was! Installing for the first time I get an exception when generating the...
A slight performance improvement when formatting HTML. This will further reduce the number of new strings being created, and also prevents the regex being instantiated multiple times. Briefly benchmarked this...
### Description :wave: Apologies in advance for the half-finished PR. I'm not sure if this is the right way to implement this and I'm very open to feedback on how...
Whenever I try to view the documents in a database I just get stuck with a spinning icon next to the database name, and the same happens on the configuration...
I seem to be getting this error when running this gem alongside the `dogstatsd` one: ``` # terminated with exception (report_on_exception is true): /app/vendor/bundle/ruby/2.5.0/gems/dogstatsd-ruby-1.6.0/lib/statsd.rb:339:in `send_stats': undefined method `[]' for 0.16666666666666666:Float...
Includes a couple of security fixes
Images uploaded on an iPad, for example, are rotated an extra rotation than if they were uploaded on the desktop. I need to test this and find out how this...
There's a memory leak somewhere in the workers, which causes the memory usage to gradually climb up. When I checked today it had gained 600MB over its initial idle consumption.