rustyx
rustyx
Still an issue in Debian 12, easy-openvpn-server v.0.2 rev. 121 and indeed it's NOT a permission issue. The error is actually correct, the CRL is not yet valid. It is...
Not only a rollback, a roll forward becomes a nightmare when one has more than one application using the same datastore (like in microservices). Adding a new field will break...
May I suggest to change WoeUSB to instead of saying "_Installing GRUB bootloader for legacy PC booting support..._" to say "_Writing to USB, this can take a long time..._" ?...
We didn't even know about `pgx.CollectRows` so we used `pgx.Rows` a lot. And yes, been pulling my hair out trying to chase a DB connection leak.
Meanwhile, setting `"git-graph.sourceCodeProviderIntegrationLocation": "More Actions"` seems to restore the "View Git Graph" icon. **==EDIT==** Never mind, simply updating VS Code to 1.106.2 fixes the issue.
Would it be possible to add a simple calculator example using `kj` methods directly instead of using `EzRpc`? It's a pain to have to reverse-engineer `EzRpc`, just to be able...
Same here on Ubuntu 24.04, running inside Docker, continuous 120% CPU use. I have many projects in my workspace, most of which are not tailwind-based. Attaching `strace` to the `node`...
@thecrypticace there may be an issue with handling symlinks to parent directories. The project I work with has lots of those. I could reproduce the issue locally on Ubuntu without...
@kentonv it's actually pretty easy to switch to Ian Lance Taylor's [libbacktrace](https://github.com/ianlancetaylor/libbacktrace) implementation which does support ASLR, can trace inlined call chains _and_ doesn't use addr2line at all. Here's how...