David Goldstein

Results 11 comments of David Goldstein

I was having trouble getting the plugin working. I noticed that if I made a bunch of spaces in a new line in any file, I'd get indent guides, however...

Was able to authorize on Linux by following the instructions in the README with the following entry, using chromium: ``` [Desktop Entry] Name=Exilence Next Exec=/usr/bin/exilence-next %u Terminal=false Type=Application MimeType=x-scheme-handler/exilence; ```...

I've only ever tried working on this with Linux. I used the [linux branch](https://github.com/ryantpayton/HeavenClient/tree/linux) of the heavenclient and iirc I had to make some slight modifications to get it to...

I don't remember off the top of my head, but I think I had to try several different places. There's definitely some forums out there where you can find wz/nx...

Try taking a look at some of these projects: https://github.com/NoLifeDev; they might have what you need.

I'm experiencing this on Arch Linux, Firefox 131.0.3. Similar issue for raw text input, only I can only see one character at a time. Once I click out of the...

> Can anyone reproduce on latest firefox and latest excalidraw versions - you can open https://excalidraw.com in Private Window (shift+cmd+P) to make sure you're on latest Excalidraw version. > >...

I had just set up neotest with the neotest-python adapter for the first time and was running into this issue. Here's a log file (I believe I ran all the...

I noticed that this doesn't happen on other projects. The test suite of https://github.com/pytest-dev/pytest (which unsurprisingly also uses pytest) marks passing tests as passing. The screenshot in my previous comment...

It looks like this might be related to parallel tests runs (at least in my case): Removing the `-n` option [here](https://github.com/python-poetry/poetry/blob/master/pyproject.toml#L195) that tells pytest to use that many subprocesses makes...