John Whitman
John Whitman
I'm just starting to kick the tires on NixOS and realized there's also a `qemu-guest` profile, which overlaps with that module list above. E.g. you could also just use this...
@sanelson2000 -- Thanks for the tip on when the env command is present on Windows. This is still present in Warbler 1.4.5. I ran into the same issue because Git...
Recently I've been working on trying to get completion working with fish, and realized that `click` has built-in support to generate completions for a variety of shells (see #543 for...
Yep -- Here are a few key snippets from the [systemd docs](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Credentials): > The data is accessible from the unit's processes via the file system, at a read-only location that...
We're experiencing the same issue: the split client does not receive flag updates until a restart of the Celery Worker that pre-forks. I've tried implementing the pre-fork workaround as documented...
Circling back: for us it indeed turned out to be a bug w/ our pre-forking setup. Here's some pseudo-code that should help narrow in the problem. When you set `stack_info=True`...
Yep, that celery signal is the crux of the fix; however, wiring it all together seemed to effect import order throughout our repo because we had to rearrange some things....