Akuli

Results 359 comments of Akuli
trafficstars

Alpha is only a thing on `Tk` and `Toplevel`, so if we use that, the line length marker would work by creating a 1px wide **window** on top of the...

Related but not quite same as #1430.

I have mixed feelings about this. I like the idea, but I also hate it when the CI fails randomly. For example, if a specific order of 3 tests causes...

Sorry, I somehow missed that you mentioned specifying a seed. Looking at the project's README it seems to print the seed when it starts, so it would be easy to...

Maybe the blame functionality should be behind a right-click, so that it doesn't consume CPU power and e.g. make your laptop battery run out quicker.

> and where. Found this screenshot of vscode online, IMO it's a pretty good option: ![image](https://github.com/Akuli/porcupine/assets/18505570/7e179343-b8b2-41c9-a335-c4a056d3f3b0) It assumes that the editor is wide enough to fit stuff to the side,...

Or maybe show the commits on the left side, similar to github (press `b` when looking at a file): ![b](https://github.com/Akuli/porcupine/assets/18505570/7d9ba87f-9a14-4d1c-a631-ab63439403b2) IMO it would be enough if copying the commit hashes...

The error looks like a bug in stubtest, but you can probably work around it by not using overloaded context managers. Instead of `@contextmanager` together with `-> Iterator[Foo]`, you could...

> 1ms for the first 5 rounds, then 5ms for another 5 rounds, then 10ms I ended up doing something similar. Turns out that I only needed two rounds of...