| 10 Nov 2023 |
fricklerhandwerk | In reply to @asymmetric:matrix.dapp.org.uk seems like they're breaking their own style guide here? We should open a PR. (not really) | 14:57:02 |
asymmetric | i know people at microsoft, i'll call them immediately | 14:57:19 |
fricklerhandwerk | In reply to @toonn:matrix.org It's mostly a US - Europe divide AFAIK. In that case it's settled, because we already have many eurocentric conventions and I'd like to keep it consistent. | 14:58:05 |
asymmetric | settled in which direction? | 14:58:39 |
fricklerhandwerk | In reply to @asymmetric:matrix.dapp.org.uk settled in which direction? Sentence-style capitalisation | 14:58:48 |
asymmetric | lol @ capitaliSation though | 14:58:59 |
fricklerhandwerk | In reply to @asymmetric:matrix.dapp.org.uk lol @ capitaliSation though British English: https://en.wiktionary.org/wiki/capitalisation | 14:59:46 |
asymmetric | Oxford British would like to have a word with you though | 15:00:11 |
asymmetric | anyway, that's a separate rabbit hole, i'm out 😉 | 15:00:34 |
asymmetric | In reply to @Minijackson:matrix.org wasn't there some efforts recently for adding vale to nix.dev? There's a lint for that indeed there is https://vale.sh/docs/topics/styles/#capitalization. we should add vale | 15:12:51 |
proofconstruction | it would be great to be able to declare the style guide, and have that automatically checked (and ideally auto-corrected) everywhere | 15:38:37 |
asymmetric | In reply to @proofconstruction:matrix.org it would be great to be able to declare the style guide, and have that automatically checked (and ideally auto-corrected) everywhere wdym? isn't a vale config file a declaration of (parts of) the style guide? | 16:03:22 |
proofconstruction | yes, I'm saying I support adding it | 16:04:04 |
proofconstruction | rereading my previous message I can see that isn't at all clear. oops | 16:04:45 |
proofconstruction | what I didn't see is whether vale has a mechanism for automatic remediation, or if it "just" surfaces noncompliance | 16:05:13 |
j-k | I don't think so... | 16:13:23 |
j-k |  Download image.png | 16:13:27 |
j-k | yeah vale is just a linter with no autofixes | 16:14:52 |
asymmetric | I meant on the s vs z spelling | 16:17:51 |
proofconstruction | if only we had a language for high-powered string interpolation | 16:18:05 |
asymmetric | https://en.wikipedia.org/wiki/Oxford_spelling | 16:18:27 |
| 11 Nov 2023 |
| @ninjatrappeur:alternativebit.fr left the room. | 07:14:26 |
| 12 Nov 2023 |
| @lehmanator:gnulinux.club joined the room. | 12:02:42 |
| toonn changed their profile picture. | 17:53:46 |
| 13 Nov 2023 |
asymmetric | fricklerhandwerk: alejandrosame btw it looks like the "missing NIX_PATH" problem I was having after moving back to nix-shell is not happening just to me: https://github.com/NixOS/nix.dev/actions/runs/6850230882/job/18623992154?pr=798#step:4:1 | 12:55:01 |
asymmetric | * fricklerhandwerk: alejandrosame btw it looks like the "missing NIX_PATH" problem I was having after nix.dev was moved to nix-shell --run is not happening just to me: https://github.com/NixOS/nix.dev/actions/runs/6850230882/job/18623992154?pr=798#step:4:1 | 12:55:20 |
asymmetric | I personally always have to invoke nix-shell -I nixpkgs= ... | 12:55:39 |
asymmetric | even though
❯ echo $NIX_PATH
nixpkgs=/nix/store/sd0xal2sd16vwgpba0z7cwr6zylp3axk-z6w242l49pbrdawkz5vdhfxh2mvsj36c-source
| 12:56:21 |
asymmetric | maybe we need to tweak NIX_PATH when installing nix on the runner? | 12:56:53 |
fricklerhandwerk | Here's the upstream issue: https://github.com/NixOS/nix/issues/8890 | 13:00:42 |