Ari Pollak
Ari Pollak
There's a workaround for the opposite issue that seems like it also works for this: https://github.com/flyerhzm/bullet/issues/120#issuecomment-64226287
This capability is built into settingslogic - just define something like this in your settings.yml: ``` yaml api_key: ```
Any comment on this? We've had a couple of UUID collisions out of 18 million rows, which I believe is caused by this bug since the duplicated UUIDs were generated...
Also, for Puma, `before_fork` only runs once before any workers are forked, so that should use a `on_worker_fork` block (confusingly) instead.
I agree, but there's a chicken-and-egg problem here: how do you know where to find bundler until you know where to find ruby?
Assuming that: * a recent-enough Ruby is available in PATH * Bundler is automatically included with Ruby (which it isn't by default on many systems, like Debian) * whatever version...
I believe I have a similar problem with rails+spring and neovim+vim-dispatch-neovim. If I start spring before running neovim, it works fine with vim-dispatch. If I first use spring inside neovim,...
Hm, dragging a link to a browser is already possible from the GitHub integration in issue details.
I think this is still relevant. Maybe it could work more like issue attachment links?
Still relevant, and I think the drag/copy functionality is missing from jira links too.