Matthias Riße

Results 62 issues of Matthias Riße

This PR implements the heuristics for handling symlinks I've described in more detail in https://github.com/fsfe/reuse-tool/issues/627#issuecomment-1418976389 and https://github.com/fsfe/reuse-tool/issues/627#issuecomment-1422594763. Basically, this is based on an interpretation of the REUSE specification that: 1....

stale

This configuration option disables certificate verification, which should never be done. Having it be part of the example config in the readme makes it easy to accidentally copy and paste...

contributor

### What is the problem? My DataLad extension https://github.com/matrss/datalad-cds fails testing with python 3.12 because its command is not registered properly (i.e. the basic `test_register` check taken from the extension...

Right now, editorconfig-checker does not complain about multiple newlines at EOF when the `insert_final_newline` option is set. According to [this comment](https://github.com/editorconfig/editorconfig/issues/483#issuecomment-1451447540) on a feature request to support specifying the number...

bug
help wanted

**Describe the bug** Some seemingly random episodes of shows do not load and do not start playback, the "loading spinner" just spins endlessly. This affects e.g. Spy x Family S1E1...

Type: Bug
Priority: High
Status: Pending

With proper quoting the key part of an attrset can contain a full stop/period/dot character. I use this to name my nixosConfigurations by their corresponding FQDNs. Unfortunately, nix-github-actions does not...

Keys in attrsets can contain dots, but they must be properly quoted in the shell. Fixes #17.

### Problem description pixi should allow `shell`/`run` to use a pure and isolated environment, similar to how guix supports it. What I mean by that is that pixi should make...

enhancement
needs-design

I tried to build my nixfiles repo using nix-fast-build and got the following: ``` $ nix run github:Mic92/nix-fast-build INFO:nix_fast_build:run nix-eval-jobs --gc-roots-dir /tmp/tmp213llfvo --force-recurse --max-memory-size 4096 --workers 8 --flake '.#checks' warning:...

**Purpose of PR?**: Fixes #2374. **Does this PR introduce a breaking change?** **If the changes in this PR are manually verified, list down the scenarios covered:**: **Additional information for reviewer?**...