Tim Vergenz
Tim Vergenz
**As a workaround**, I'm able to also add `'rails_admin'` to `Bullet.stacktrace_includes` to make Bullet think that rails_admin is a part of my codebase, but this is unintuitive and does not...
Hi - is there any way to configure Postico's JSON pretty printing to apply to [Redshift's JSON column type](https://docs.aws.amazon.com/redshift/latest/dg/r_SUPER_type.html), which for unknown reasons is called "super" instead of "json" or...
Yeah this is a bug IMO -- either the behavior or the documentation should be fixed, because right now they're inconsistent.
Alternative workaround for now: you can open up devtools, and run `location.href = ""` to navigate to a page.
FYI, I've worked around this for local scripting use by defining a function (in Fish, as that's the shell I use). I'm still working out the kinks, but here's the...
Hmm, I just realized as I was posting https://github.com/httpie/httpie/issues/838#issuecomment-1110055759 that this _doesn't_ work when an http verb (get, post, put, etc.) is explicitly passed as the first argument, as this...
I'm having this same issue because I'm trying to manage [MailMate custom keybinding configs](https://manual.mailmate-app.com/custom_key_bindings) in my rcm dotfiles repo. I want it to symlink the `Library/Application Support/MailMate/Resources/KeyBindings` directory, and I...
@Koljasha your workaround works great for me! Thanks for finding the spot. 🙂 To the group, would that approach work to outright resolve this issue? Or are there limitations it...
I'm not sure if there's a more recent issue discussion of this idea, but a huge +1 to this. My application uses AASM extensively to manage model states, but we...
This was fixed by #172!