Matthew Lohbihler
Matthew Lohbihler
I have two elements on a page that each have an on-click-outsite set (two date pickers), say dp1 and dp2. I am consistently able to produce a race condition where...
JSON: ``` > JSON.parse(Oj.generate(":asdf")) => ":asdf" ``` Oj: ``` > Oj.load(Oj.generate(":asdf")) => :asdf ``` Is this intentional? I don't see an option for changing this behaviour. I am using version...
As per issue #68, this PR allows multiverse to be present by allowing the user to specify other database keys that should be loaded. There is also a change to...
We are using the multiverse gem to support multiple databases. I've found that the way that the Config's `@dbconfig` var is created, Squasher cannot start due to errors trying to...
A CREATE_FAILED error occurs on PermissionStack with the following message: `An error occurred: PermissionStack - Template format error: Unresolved resource dependencies [MqttDisconnectIotTopicRule1] in the Resources block of the template. `...
There is a small documentation thing here: https://github.com/simplecov-ruby/simplecov#using-multiple-formatters. It is sufficient to use: ``` SimpleCov.formatters = [ ... ] ``` ... because the code will wrap the array in a...
Setting these defaults prevents errors when using annotations in the skia canvas context. See Issue for more details: https://github.com/chartjs/chartjs-plugin-annotation/issues/938
I am using chart.js in node and using 'skia-canvas' to raise windows and provide a canvas / graphics context. This context appears to be pickier about `lineCap` and `lineJoin` properties,...
I'm sure i'm just doing something dumb, but i can't figure this out. For my purpose i ended up writing my own renderer, based loosely on the one in the...