Mal Curtis
Mal Curtis
**Description** I've somehow managed to create a state that takes 11s to send to the interpreter. In looking into the issue, I've discovered that the `fast-safe-stringify` `stringify` method's runtime is...
Only tested in development, but until the Feature model has been loaded, any call to a `Flip.on? :blarg` will raise `No feature declared with key :blarg`. If you simply place...
Currently if you respond with a status code that doesn't explicitly have a counter set, you'll get a panic.
Hey, thanks for the package! We're just working on our deploy process and cross compiling a binary to deploy from a Mac OS Yosemite system is causing build issues which...
Sorry this is a two in one - Preflight requests are only intercepted for font assets. Makes the gem compatible with `Rack::Cors` or any other setup that also requires special...
Context: https://discord.com/channels/880830238723047424/1229549563678031893
Context: https://discord.com/channels/880830238723047424/1229549563678031893
## Summary The representation of enums in JSON should not have the prefix removed as implemented in #187. This PR provides one option for fixing JSON representation of enums. From...