Pamplemousse
Pamplemousse
For `home-manager` users out there, a solution is to delete the cache on each configuration activation: ```nix home.activation = { # https://github.com/philj56/tofi/issues/115#issuecomment-1701748297 regenerateTofiCache = lib.hm.dag.entryAfter [ "writeBoundary" ] '' tofi_cache=${config.xdg.cacheHome}/tofi-drun...
I just encountered this behaviour, and got super confused about it... Is it going to be addressed?
Ugh, I believe this just happened to me (`Alice` is a bot running on my server, and `Bob` is myself)... Any idea on how to "reinitialise" the Olm session?
@poljar Probably not indeed. I would have loved to try your fix by bumping the version of the SDK I use, but I can't because of #3689 .
It's unclear if that PR is ever gonna be accepted as per the comments in the issue linked above. > I am afraid if we need to support all of...
Running into the same issue since bumping my `nixpkgs` input to `24.05`...
This is still an issue, and IMHO more `P1`: Because of this and https://github.com/semgrep/semgrep/issues/7276 , rules need to be duplicated to apply to Java files as well as JSP ones....
The use case still exists: JSP embed Java syntax, and it would be great to scan them with something else than `generic`... However, the solution discussed through this thread proposes...
From the original post > tailscale cert requires headscale to implement [/machine/set-dns](https://github.com/tailscale/tailscale/blob/1ed958fe231c12890b77025c6b2aa2be0698c7ec/control/controlclient/direct.go#L1488), which in terms requires headscale to automatically create [TXT ACME records "somewhere"](https://github.com/tailscale/tailscale/blob/f28c8d0ec0b4dbdccd87ee43aa13ce13485dc2b1/ipn/ipnlocal/cert.go#L480) for the given domain. > >...
Also, > Headscale can set base_domain TXT records seems non trivial: as far as I can tell, it implies that `headscale` users either have a local DNS server, or use...