Alexis Jeandet
Alexis Jeandet
Hello, I came across your library, it looks nice, I wonder if there is any way to limit the maximum of concurrent requests sent to a server? My use case,...
Hello, Unless I missed something, the pycdf module seems to fail randomly when used from multiple threads, I randomly get different errors depending on if I read/write many files in...
Hi, I've just added [Meson](https://github.com/mesonbuild/meson/) build definitions for fun :). I'll also add SDL auto pull with Meson Wrap from [here](https://github.com/mesonbuild/sdl2/tree/2.0.3). Best regards, Alexis.
In my setup I have 2 identical cloud profiles, same machines and same agent images. It looks like this plugin starts all allowed images on the first machine before starting...
I'm not sure if this is the expected behavior but setting `license = {file="COPYING"}` and `"License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ` doesn't work as...
Hello, With Python 3.11, I get "unable to open database file" quite quickly and "easily". It turns out that my app has way too many "cache.db" opened. This looks like...
Hello, I was successfully using in process embedded QtConsole example in [my app](https://github.com/SciQLop/SciQLop/blob/main/SciQLop/widgets/console.py). Now, I want to allow jupyter notebooks to connect to my app kernel, so I switched to...
This PR adds to Speasy the ability to automatically find CDF files on the CDA archive based on information given in [this file](https://cdaweb.gsfc.nasa.gov/pub/catalogs/all.xml). This allows to reduce the latency (no...
The current cache implementation automatically updates data which is a sane default behavior. In some case, it could make sense to instead use a cache that doesn't update data and...
As pointed out by @brenard-irap, the proxy usage implications on Speasy are not that obvious. One option could be to print a message with a summary of the current config...