Sohalt

Results 52 comments of Sohalt

Any update on this @jbowens? I'd love to package this, but without a license it's not really possible. If you need guidance with choosing a license https://choosealicense.com/ is a good...

Sorry, didn't see that. I can understand where you're coming from, but I think with dream2nix it's a bit of a chicken and egg problem. Currently only Nodejs and Rust...

Maybe at least the desktop view could always show the picture (using CSS media queries to hide it, if there's not enough space)

I very much agree that complicated heuristics can be too confusing, but the suggestion in https://github.com/photoprism/photoprism/issues/1865#issuecomment-1003487639 is very simple and a huge improvement over the current state imho (highest priority...

Thanks, this kind of works, but it is slightly annoying if I want to go back and forth between options to compare them (I have to press `up` and then...

This works, but it's super hacky imho. It also has the downside of restarting rofi on every selection change, which results in flickering. I would still be very much in...

I tried to make progress on this front to no avail. Anyone interested in pairing on this?

Dependencies should end up in `~/.m2/repository`, so that's probably what you want to cache.

Also explicitly setting `sops.age.sshKeyPaths` fails, because it will just merge the setting with the default "/etc/ssh/ssh_host_ed25519_key". You have to use `sops.age.sshKeyPaths = lib.mkForce ["/new/key/location"]`.

It would also be nice to have a snapshot/restore commands for hypervisors, which support runtime snapshots.