Tv
Tv
I'm currently writing a durable object in rust and managing loading state from persistent storage to in memory is just awkward. I end up needing an enum field in my...
For anyone else who stumbled here by wild googling, https://github.com/ipetkov/crane managed to build my problem project without issues.
I think this is a duplicate of #133 and that issue mentions workarounds, in this case I guess `copySources = [ "oci_spec" ]`
For anyone else who stumbled here by wild googling, https://github.com/ipetkov/crane managed to build my problem project without issues.
For anyone else stumbling on this, here's the generic patch apply trick: ``` src = pkgs.stdenv.mkDerivation { name = "foo"; src = origSrc; patches = [ ./foo-cargo-lock.diff ]; dontConfigure =...
@paulyoung This method seems to be for patching the source being built itself. To patch dependencies, you'd need to e.g. change the Cargo.toml lines to point to something else, or...
Community efforts: - https://github.com/ericselin/worker-types (just the types, duplicating the effort here) - https://github.com/skymethod/denoflare (this one seems like an alternate implementation of wrangler/miniflare?)
@tombh My guess is the fingerprint scanner is finicky and doesn't always want to recognize the finger on the first try, and there's no UI feedback about that.
> I see a very similar issue, only that once 2 swaylock are running, I can't unlock them anymore. This has happened to me repeatedly. I have to login via...
> Need to write something and press Enter before push SoloKey's button though. I have a fingerprint reader using pam_fprint and also noticed the weird "need to first enter a...