Alexander

Results 29 comments of Alexander

Can this predict the DPI of an image?

This should be 300DPI. ![lorem](https://user-images.githubusercontent.com/74747193/135014025-d9132761-f750-4cc6-bb20-3ecebdf1b9fb.png)

> It doesn't help people reading the doc, if the example commands are done with EOL channels. Agreed, but if we don't specify the channel, the user may already have...

> (Not sure if the page is up to date since I just received one on 1 July 2023) This is very concerning: the last action on [the repository](https://github.com/NixOS/nixos-weekly) was...

#1550 adds a CI step which fails if Cargo.lock is not in sync with Cargo.toml; this should help prevent this issue from occurring in the future.

Rebased this and fixed some of the links (and the errors due to the vale check I didn't notice before), but now linkcheck fails in an unrelated file due to...

To take ownership of a manual section, we should update `CODEOWNERS` or `maintainers.nix` or other, once the appropriate infrastructure is in place: https://github.com/NixOS/nix.dev/issues/543

What does this accomplish that just creating the `USER_SETTINGS_FILE` doesn't?

The different values defined in the enum type can be displayed as hints by some IDEs. Using custom enums for parameters with a low-finite number of possible values (like [`curling_direction`...