Christophe Verbinnen

Results 5 issues of Christophe Verbinnen

We've encountered a weird bug here when using a ```JSONB``` column. if you have a where clause like ```.where("event_metadata.metadata -> 'replaced' != 'true'")``` The query will be replaced by ```event_metadata.metadata...

Hello, I've been battling with an issue where the gem won't raise on a 500+ error. Right now the gem raises on Timeout and Connection Failed I believe but If...

Makes sure you override the position relative from jqueryui.css even if it's loaded afterwards, I lost 3 hours wondering why all of my events were off to finally realise that...

This will allow worker.json to define the logging preferences. ``` { "activity_workers":[ { "logger":{ "path":"/tmp/foo.log", "level":0 } } ] } ```

Right now if an input for a query is an enum, the resulting openapi that gets generated sets it as a string type but does not set an enum key...