A.G
A.G
As I said: > `Solve it by catching all errors in the promise and returning the error as the result.` Instead of rejecting, resolve the error with the object. And...
Update: buffer and long are not used anymore. The draft https://github.com/Callidon/bloom-filters/pull/71 is in progress but is working as expected. Take a look, I will be happy to get feedback, especially...
Of course. This is what I did in the dockerfile. Download the tar, and install it using pip. But you can do it without the Dockerfile :smiley:
✋ No timeline and we both have small free time to work on the package. And this PR is too big to be merged like this. The first thing I'll...
I can confirm that the current master version (commit `d196683aee201ff4c05c5b3a718ba6d5a4f82273`) fixes the issue ❤️
I'll try to look into it and create a pull request as soon as possible but I don't have a lot of time to spend outside my family and job....
@bblommers Ok after investigations I found calling `print(_should_use_real_time())` in the beginning of `FakeDatetime.now` return "False" because the module name returned by: `frame.f_globals.get('__name__')` is never listed in `ignore_lists[-1]`. The `ignore_list[-1]` is...
Update: I think I found the core of the bug; but it may be an artefact of the test setup because we locally import the `another_module` module. The bug should...
I confirm that the following is not working as expected: `docker run -it --rm python:3.13 bash -c "pip install eccodes; python -m eccodes selfcheck"` ``` Collecting eccodes Downloading eccodes-2.41.0-py3-none-any.whl.metadata (14...
Do you have any workaround with aarch64? I tried to install the libeccodes0 debian package (for version 2.41.0-1) which provide the libeccodes.so.0 but still does not work. I tried to...