Ronald Ensing
Ronald Ensing
I also run into the issue `Timeout waiting for IOPub output` for some of my student submissions. I haven't looked into it in enough detail to find out what is...
I'm also still running into this issue. Here's the code for a minimal reproducible example for the assignment notebook: ``` import time time.sleep(31) ``` I've configured nbgrader [1] correctly. Still,...
Ah I see your point, but is that also needed if the admin user wants to add contributors?
I do not have the need to share a collection with multiple teams or the need to have multiple collections owned by one team. So I have a collection that...
Thanks for the explanation. Is see your point. That makes sense. Other similar packages, like for example udp_com [1] have something similar, they simply set the buffer to such a...
> The longer answer is that the challenge is that the buffer size needs to be defined at compile time, since it's used to define some fixed-size arrays. Could you...
I've got a similar problem: > **[Open Browser Console for more detailed log - Double click to close this message]** > Model class 'PlotModel' from module 'k3d' is loaded but...
No, I haven't looked any further into this.
The `nav_msgs::Odometry` message, as published by the `advanced_navigation_driver` node in this PR, seems to be incompatible with the odometry message conventions, making it impossible to use the odometry message with...
This work is based on Pull Request (PR) #5, which has conflicts with master branch. Therefore, I had to resolve merge conflicts for this PR (#9). Please review to make...