1 Jan 2024 |
stigo | will have a look in a bit 🐪 | 16:28:58 |
stigo | on phone, but use `eq` instead of `==` for string comparisons, and maybe good to bound the regexps with `^` and `$` | 16:32:38 |
stigo | I can do a suggest thing when I'm at computer 💻 | 16:34:16 |
vcunat | I did the eq now. | 16:34:57 |
vcunat | I'm not sure about the regexps, as I wrote them the simple way they're in the whole file. | 16:35:24 |
vcunat | It feels like if we're to make them more precise, probably do it in the whole file. | 16:35:56 |
vcunat | But as our set of channel names is pretty simple and restricted, I don't see why complicate the regexps. | 16:36:29 |
vcunat | Oh, man, I'm allow to push a new branch but not force-push it later? | 16:37:41 |
vcunat | * Oh man, I'm allow to push a new branch but not force-push it later? | 16:37:45 |
vcunat | * Oh man, I'm alloweg to push a new branch but not force-push it later? | 16:37:48 |
vcunat | * Oh man, I'm allowed to push a new branch but not force-push it later? | 16:37:52 |
vcunat | I guess we'll aim at squash-merge button. | 16:40:03 |
stigo | Added a suggestion | 16:44:48 |
hexa | vcunat: I can browse the settings, and there are no branch protection rules in place https://github.com/NixOS/nixos-channel-scripts/settings/branches https://github.com/NixOS/nixos-channel-scripts/settings/rules | 16:45:34 |
vcunat | In reply to @hexa:lossy.network vcunat: I can browse the settings, and there are no branch protection rules in place https://github.com/NixOS/nixos-channel-scripts/settings/branches https://github.com/NixOS/nixos-channel-scripts/settings/rules Oh, my bad. I can force-push, did it now. | 16:50:09 |
vcunat | I was confident that I did add -f but terminal log says that I didn't. | 16:50:42 |
vcunat | * I was confident that I did add -f but terminal log says that I didn't 🤦 | 16:51:01 |
hexa | --force-with-lease 🙂 | 16:51:30 |
hexa | the terminology is not great, but it will deny force pushing, if your knowledge about the remote is outdated | 16:52:01 |
vcunat | I know it, but it's so hard to type. | 16:52:16 |
hexa | should really be the default | 16:52:20 |
stigo | --force-with-cat-ears would be better imho 😹 | 16:52:30 |
hexa | you were at congress, weren't you? 😛 | 16:52:47 |
stigo | yep :) | 16:52:54 |
6 Jan 2024 |
| andy joined the room. | 08:49:56 |
andy | hi i am on debian 12, perl: warning: Falling back to the standard locale ("C").
nix shell nixpkgs#cloc
$ cloc --vcs git
/nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
18 text files.
10 unique files.
8 files ignored.
| 08:51:38 |
andy | * hi i am on debian 12, perl: warning: Falling back to the standard locale ("C").
nix shell nixpkgs#cloc
$ cloc --vcs git
/nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
| 08:51:51 |
andy | is there a way to fix this on non-nixos system having nix package manager | 08:52:15 |
andy | my locale is set to en_US.UTF-8 | 08:52:48 |
stigo | What perl do you have in $PATH? I've not used nix on non-NixOS that much, but this seems like some impurity | 14:13:14 |