nega

Results 13 issues of nega

After reading #242 I understand that interaction with Sphinx's C and C++ domains is fragile, and a proper fix for my issue may be some time coming. I have issues...

I haven't used the source service for quite sometime, and don't have the time to give pianobarfly the love it needs. If you're interested in taking over, drop me a...

The intent of this PR is to get the test harness to run on more platforms. It replaces or wraps platform (or age) specific bits with more generic alternatives. The...

`cheat.sh/:post` references `:wanted`. `:wanted` is missing. https://github.com/chubin/cheat.sh/blob/571377f2f79422398a701cb1864487124ec3dcc6/share/post.txt#L39

**Describe the bug** When `vim.g.editorconfig = false`. Commit f17e830 still forces editorconfig on, locally to the buffer. **To Reproduce** Steps to reproduce the behavior: 1. add `vim.g.editorconfig = false` to...

s/subclass or/subclass of/

The installed `cmake` can't seem to find its own module when used as a `pip install` build dependency. This prevents the dependent package from being installed. For example: ```console ❯...

![image](https://github.com/miki151/keeperrl/assets/240504/0bb3ab20-6125-4ee6-ba5c-ff7a9ac187fd) and some stderr logs... ``` shortest_path.cpp:130 Shortest path from (68,93) to (72,89) 6 visited distance 5 creature.cpp:2732 Position reachable creature.cpp:461 the goblin wizard spirit moving (1,-1) creature.cpp:581 creature move...

Running Apple Silicon? Not using Rosetta? Here's how to get a native build with graphics and music. These instructions assume you have [Homebrew](https://brew.sh) properly installed and know how to use...

`assertRaisesRegexp` was renamed to `assertRaisesRregex` in Python 3.2, and is going away in 3.12. Unfortunately merely adding it to DEPRECATED_ALIASES breaks its use as a context manager Given: ```diff diff...