Ruben
Ruben
It now leads to `https://paypal.onlinecasino-24.net/novoline` a gambling scam...
I'm facing the same issue when trying to build for several mypyc targets. I work around it by adding this to the toml: ```toml [tool.hatch.envs.test] dependencies = [ "pytest", "pytest-cov",...
Getting the speed of this client up would be great, it is very slow at the moment, managing only 5 requests per second, well below the limits
Supposedly it works under pypy. I have the same predicament, but unfortunately I can't use pypy due to some other dependencies (pandas). A quick profiling reveals that it is the...
You need to run this first: https://github.com/open-mmlab/mim/issues/242#issuecomment-2125079539
You need to add: python -m ensurepip --upgrade and python -m pip install --upgrade setuptools You already have the second line, so just the first one should do the trick.
I can show that if you upgrade numpy to 2.x it fails the current test suite, but with the change, the client doesn't fail the tests. This requires the client...
Looking at the code and data in the repo, there is no sortcode registered for Halifax and the bic registered is also valid, but for a different sortcode. So this...
I've started work on this here: #782