Emile
Emile
I also would like to skip code if possible and maybe have a `.byebugignore` file where we can specify the code that gets removed from the backtrace and the stepping...
Pr already!
Here a sample of how it looks. Please note that even I's are captured as errors.
@lfittl Thanks for the response. We're using the Datadog helm chart that comes with datadog that takes care of log shipping. Since we pay per log line just as any...
@lfittl Maybe `-q` would work for now. Would still be nice to have things in separate streams since various software/observability tools automatically understand then the difference between errors/info. Another thing...
Fantastic thank you Lukas!
🤔 What the status on this? I literally can't find a single library that converts json to json5, even though I would love to adopt this. Or am I looking...
Ah Jordan, I meant a cli indeed, sorry about that :) I do a lot of JSON processing and having it in json5 would be so easy on the eyes....
Sure. Struggling with the name of the option though. Got `-e` for emit now. I.e emit JSON5. Can also do `-r` or `--reverse`? ``` json5 --emit ```
@raderj89 Did u ever find a good solution for this? I'd like this too for tenants that are bi-directional. I.e invoice. ``` Class Invoice < AR acts_as_tenant :buyer acts_as_tenant :supplier...