Victor Engmark

Results 124 comments of Victor Engmark

> so if the temporary file names all started with the same pattern, such as `.nbqa.foo[randomness].py`, then that would work as a solution for you? Yeah, something like that would...

Taking as an example the smallest .drv file on my system, `/nix/store/y1k8vmb26nwhlir3c5zzwl5mdzbr1nwy-nixos.drv`. If I manually pretty-print this file, it looks like this: ```aterm Derive( [ ( "out", "/nix/store/rjw7gkfmwc3cs63cky7hv04nimssz26d-nixos", "", ""...

(I'm a metric person myself, but) I think asking imperial unit users to enter values in metric is *very* confusing. Ideally the conversion would all happen in the background, so...

Not sure whether it's exactly the same issue, but a recent release has completely lost the plot re. pausing and jumping backward. Sometimes resuming after a pause jumps several minutes...

I'm getting a slightly different error for this: ``` 405 Not Allowed 405 Not Allowed nginx (405) ```

> @l0b0 If you are experiencing the issue in the latest version, can you fill a new bug with more details? FYI, I'm no longer using Shiori.

> There is a number of similar issues in the upstream tracker, so it's probably unrelated. Which upstream tracker do you mean? i2c, the kernel, the display manufacturer, or something...

> I2C communication is working on /dev/i2c-7. The EDID (slave address x50) can be read. Error EIO is an indication that slave address x37 (DDC) is unresponsive. > > If...

Does this also need to use `mkDouble` as [discussed](https://discourse.nixos.org/t/set-a-dconf-key-without-double-quotes/36142/10)?

I wonder if there's anything else missing from the translation instructions. I'm trying to use a section from `dconf dump / | dconf2nix` verbatim in NixOS configuration: ```nix { lib,...