Debroize René-paul
Debroize René-paul
I now use ApplicationRunner.run(ApplicationSession, start_loop=False), and launch the loop myself, so i can prevent the call to `txaio.start_logging` If I call `txaio.set_global_log_level` it works like a charm thanks!
@P6rguVyrst I think the reasonj why they need your graphql endpoint is not to access the schema, It's supposed to work with a file. ```python def load_introspection_from_file(filename): with open(filename, 'r')...
You could use `asyncio.wait_for` or a wrapper like [async-timeout](https://pypi.org/project/async-timeout/)
Hello, To give more context: I just wanted to recompile a fresh ITK build after I stopped using it for a few years, when I pressed configure for the first...
PS: I can do a PR with the conservative fix if you consider it relevant.
> Maybe better would be a PR against upstream HDF5' relevant branches, and than updating ITK's bundled version of HDF5? But that is a lot more work. Sounds like a...
I'd had to set `BUILD_SHARED_LIBS` to ON at some point anyway, perhaps the right thing to do is to set it visible in the cache (not mark as advanced) for...