Silvan Mosberger

Results 48 issues of Silvan Mosberger

**Description** This PR improves the `owners` check: - It now checks that users have write access (this notably was already done for teams, though undocumented) - Updated the `README.md` documentation...

nodejs versions >= 15 use npm >= 7, which uses lockfile version 2 which is currently not supported by npmlock2nix, leading to failures like #139 and #140. See #146 for...

The [infra team](https://nixos.org/community/teams/infrastructure/) page on the website doesn't mention the now-separate non-critical-infra team. Either that entry should be updated to include it as a sub-team, or a separate team should...

There's currently an ["official" Google calendar](https://calendar.google.com/calendar/embed?src=b9o52fobqjak8oq8lfkhg3t0qg%40group.calendar.google.com&ctz=Europe%2FZurich), but it's currently neither linked anywhere and only modifiable by a very limited number of people (and it's not documented who these people are)....

non-critical-infra
new-service

**Describe the glitch** The Community page orders sections oddly if the screen is small enough **Screenshots** ![Screenshot 2022-11-03 at 17-34-35 Nix Community](https://user-images.githubusercontent.com/20525370/199780387-57a327ff-d0f6-4c9f-89ec-a4af74da9c72.png) **Additional context** Add any other context about the...

design

The section effectively said to use PR's already, but it still had a reference to a command that indicated a direct push should be used. There's no need to do...

**Describe the bug** Relocatable binaries aren't processed and give an error. Offending code: https://github.com/NixOS/patchelf/blob/917ea45b79de04f69059f42a8e2621f7caeae1c9/src/patchelf.cc#L281-L282 Missing handling of `ET_REL` (see [ELF headers](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header)) A clear and concise description of what the bug...

bug

Ofborg seems only used on Nixpkgs with no intention of using it for other repos, so let's not have code to support that unless needed.

I'd like to have an easy command to run updates locally, such that the local files are updated as if all resulting dependabot PRs were merged. This might look like...

In https://github.com/vimus/libmpd-haskell/blob/1ec02deba33ce2a16012d8f0954e648eb4b5c485/src/Network/MPD/Core.hs#L123 only the first address out of many is tried. In case of the default host `"localhost"` however this returns 6 results for me: ``` ghci> import Network.Socket ghci>...