Alex Forencich

Results 749 comments of Alex Forencich

Well, another option is to hide it on non-active tabs that are partially obscured. This should probably not be a configurable option. Right now, any tab that is 'compressed' off...

I just took a peek at the dokuwiki documentation. There is a ?linkonly option that can be added to embedded media links, presumably to remove the preview. However, if I...

I'm running XFCE on Arch Linux, but I know virtual desktops are a thing on most linux distros, on OSX, and on windows. Maybe virtual desktops is not the most...

This should be extended by a global configuration option to hide all arrival times.

The problem is there is no way to differentiate between "arrival" and "arrival with immediate departure" right now. At a bus terminal, "arrival" is ambiguous because it might leave right...

Nope, still fails. And if I change the test durations in that test case to all 1 except the last one which gets 100, all of the tests end up...

So I did not run the test correctly (have to actually install the package before you can run pytest). After fixing that problem, the test case in the PR passes....

It seems to me like the goal of this algorithm is to preserve the test ordering. So perhaps a better method would be to compute the cumulative sum into a...

Well, if it wasn't causing github actions to crash, I wouldn't care as much. But it is, so it's a bug. Looks like yes, the splitting algorithm was rewritten in...

Well, you still might have ordering dependency issues as you're not going to run all of the tests. For relative order, you can restore that by assigning monotonically increasing IDs...