Jeppe Fihl-Pearson
Jeppe Fihl-Pearson
I've noticed this problem as well, and I've been able to narrow it down to the `grep` call on this line: https://github.com/sunaku/dasht/blob/5a741dae987ce8f94cf82c14a02422190d3cad58/bin/dasht-server-http#L78 You can reproduce the problem without `socat`: ```...
> Please check if using `-E` with an unescaped alternation works (instead of two `-e` flags) More or less, I had to change the query slightly. I've made https://github.com/sunaku/dasht/pull/54 with...
Possibly! I find the double `-e` approach easier to read since the two patterns become more distinct. I was also wondering if `grep` even is necessary. The "/" pattern can...
Thanks! I have updated the PR with that solution.
We've been hit by this bug a few times as well, most recently over the last ~22 hours. We have a corn job that runs every 5 minutes in Kubernetes...
I can see https://github.com/wichert/k8s-sentry/pull/14 already makes that change as part of a bigger change in how pods are handled when they fail, and getting that change merged it would help...
For Homebrew users, I have added tfk8s to my own tap, so you can now install it by running `brew install tenzer/tap/tfk8s`. There are bottles available for macOS x86 and...
I believe using the [Nginx plugin](https://certbot.eff.org/docs/using.html#nginx) for Certbot should solve this, alternatively [manual hooks](https://certbot.eff.org/docs/using.html#renewing-certificates) can be specified to be run before and after the certificate renewals. The Let's Encrypt installation...
You can use https://github.com/pypa/cibuildwheel for doing this. It handles it via emulation.
I managed to set up a test of cibuildwheel. It took almost three hours to run, but generated the following wheels: ``` asyncmy-0.2.6-cp37-cp37m-macosx_10_16_x86_64.whl asyncmy-0.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl asyncmy-0.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl asyncmy-0.2.6-cp37-cp37m-musllinux_1_1_aarch64.whl asyncmy-0.2.6-cp37-cp37m-musllinux_1_1_x86_64.whl asyncmy-0.2.6-cp37-cp37m-win_amd64.whl asyncmy-0.2.6-cp38-cp38-macosx_10_16_x86_64.whl asyncmy-0.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl...