Debroize René-paul
Debroize René-paul
After cancelling the handlers associated with the "ready" event a _GatheringFuture exception holding the CancelledError is raised but never retrieved. ```python @comp.on_ready async def go(*args, **kwargs): while True: await asyncio.sleep(1)...
After one call stop on a component this will return once the session (if any) has left the realm, but not until it got fully disconnected from the WAMP router....
I try to merge two tree together but I'm not sure i properly understood what it says in the doc. for instance with the siblings of the first level of...
The doc says that for the tree: ``` root | +----A | | | +---B | | | +---C | +----D | +---E | +---F ``` The resulting order in...
It appears that `head` and `feet` nodes has a `data` member which is not initialized in the case where tree is templated on primitives. In some cases those data seems...
What I'd like to do is: * logging in both a file-like object and STDOUT. * have control on the format of the messages. (change it depending on the destination,...
Hello I'm trying to test gql but running ` gql run` returned ``` [...] File "/home/rdebroiz/.virtualenvs/test_gql/lib/python3.7/site-packages/gql/utils_schema.py", line 22, in load_schema introspection = load_introspection_from_file(uri) if os.path.isfile(uri) else load_introspection_from_server(uri) File "/home/rdebroiz/.virtualenvs/test_gql/lib/python3.7/site-packages/gql/utils_schema.py", line...
I have a Tobii eye-tracker I'd like to interface it with the tasks I created using the psychopy library. I tried to follow the documentation of [psychopy.iohub.devices.eyetracker.hw.tobii.EyeTracker](https://psychopy.org/api/iohub/device/eyetracker_interface/Tobii_Implementation_Notes.html) to do so....
### Description CMake attempts to properties on `hdf5-static` instead of `hdf5-shared` when `BUILD_STATIC_LIBS` is set to `OFF` https://github.com/InsightSoftwareConsortium/ITK/blob/15af3aed65693811448c9af22ce9d09ff9f3000a/Modules/ThirdParty/HDF5/CMakeLists.txt#L84 The test to decide if it is shared or static is performed...