Twirrim
Twirrim
Adding a missed word.
rustc 1.53.0 (53cb7b09b 2021-06-17) cargo 1.53.0 (4369396ce 2021-04-27) Same happens under Windows and Linux (given the errors, I doubted it was an OS level issue) Steps to recreate: ``` cargo...
I have a somewhat strange test case scenario that I'm currently handling via pytest/fabric (as quirky as that interaction is). For the purposes of testing a new image, I spin...
This looks like a fantastically useful library. Just a point for consideration, given that one of the targets is to make it easier to write fast code: https://blog.cloudflare.com/on-the-dangers-of-intels-frequency-scaling/ Note that...
It looks like something went wrong with outputting the file to that location, the file isn't the actual testing script, it's spitting out a wsgi FileWrapper object: ``` $ curl...
Tried a quick experiment on Ubuntu 23.04. Builds fine. On execution it throws up: ``` $ sudo bpftune bpftune: error while loading shared libraries: libbpftune.so.0.1.3: cannot open shared object file:...
If I get a chance later, I'll dig in to `cargo outdated` to see how it's doing the crate resolution logic, but it's doing something strange. Minimal repro case in...
if you take the example HJSON from here: https://github.com/laktak/hjson/blob/master/README.md It parses correctly in python: $ cat example.hjson | python -m hjson.tool > /dev/null && echo $? 0 but not in...
Super quick nit thing: From https://tenacity.readthedocs.io/en/latest/ ```It originates from [a fork of retrying](https://github.com/rholder/retrying/issues/65) which is sadly no longer [maintained](https://julien.danjou.info/python-tenacity/).``` That second link, for "maintained", doesn't work any more. I don't...
At the moment, I'm finding it nearly impossible to search and play an album, unless someone has created a playlist. Search results often brings up individual tracks from an album,...