xaverdh
xaverdh
Implementation wise, I think the most realistic approach is to make permissions on the temporary file configurable and then make persist keep those. Ownership could be configured through the `Builder`,...
Thanks for the elaborate answer! I will have to look at the code some more to fully grasp this, I think.
Ok, it seems like a sane approach to me. But still it does unnecessarily cause high cpu usage, which probably means that there is some form of polling behaviour hidden...
Actually I did give this some thought, and came up with the following scheme: The `services` tab might show not just the options available in current `nixpkgs`, but a union...
While I like the idea of having colors in both the prompt as well as the printing functions, I don't quite understand why you propose to encode that information in...
There is a [package](https://opam.ocaml.org/packages/ocaml-xdg-basedir/) which should help. Unfortunately I don't know `ocaml` (im a haskell person), still maybe (if I find the time) I will file a pr at some...
I stumbled upon this issue as well. My "solution" is to wrap the executable and have the wrapper set `cert_fingerprint` on the command line with `-k`. Would be cool to...
Ok, maybe just pointing out the obvious: You can run a local (as in localhost) VNC server on your computer and a client on your android device. Then use `adb...
you probably want to use the `nix shell` variant to make sure the path isn't garbage collected between the call to `nix eval` and the execution of the python binary
You can use [autoconfig](https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig) to achieve this. Follow the instructions there and then put the following in firefox.cfg: var {classes:Cc,interfaces:Ci,utils:Cu} = Components; try { var newTabURL = "file://path-to-local-file"; aboutNewTabService =...