Sven Van Asbroeck
Sven Van Asbroeck
I noticed that no later than Linux v4.9, a large romfs performance regression happened. Especially when reading sequential files off a romfs partition. I attempted to improve performance by increasing...
There is a race condition when installing packages from multiple forked monorepos. Fix it. Make this a WIP because it also introduces a fix to the poetry test framework code....
An autoproxy consists of a server object, and a client proxy. When the client proxy is released, the server object should be as well. Add a few simple tests to...
I'm trying to take an existing Python library, and allow it to be used remotely over the network. The library creates and returns Python objects which contain C library handles,...
The plugin is not working on the latest poetry version. - is this plugin still maintained? - if not, do we (the remaining users) want to fork it? Is the...
Ever since Go 1.23, the fake and real clocks behave differently: ```go func Test_RealTimer(t *testing.T) { c := clockwork.NewRealClock() test_drainTimer(t, c, func() { c.Sleep(time.Second) }) } func Test_FakeTimer(t *testing.T) {...