Jeppe Fihl-Pearson

Results 59 comments of Jeppe Fihl-Pearson

The run time can probably sped up a fair bit by being more selective in which Python versions to build wheels for. I.e. if you don't want wheels for PyPy...

Done: https://github.com/long2ice/asyncmy/pull/43.

As a stop-gap workaround for missing clustering functionality, would it be possible to use a distributed file system for synchronizing changes between multiple Sonic instances and then (via a setting,...

It looks like RocksDB can be opened in read-only mode. There's a page here that specifically talks about this: https://github.com/facebook/rocksdb/wiki/Read-only-and-Secondary-instances.

You can make the JSON file 31% smaller by removing the whitespaces in the file which isn't needed for anything. It will however make the potential Git diffs illegible as...

I was trying out py-spy on a containerised setup as well and managed to hit the same error. I then set the environment variable to get a backtrace and kept...

I have converted this to a draft while I test it out more thoroughly. It turned out the "simple" approach I was hoping for doesn't quite work since this backend...

I have rebased the branch as I noticed there were some conflicts with the master branch. The sole test failure is the same as what is currently in the master...

Those SAML tests look pretty broken to me. I just tried to run them locally to have a look at how they are failing, and I managed to run it...

I found Pylint got a lot faster by removing concurrency (`jobs=1`) compared to trying to make it as concurrent as it should (`jobs=0`). The execution time across a number of...