solarjoe
solarjoe
I have an issue that might be related to this one: https://github.com/nextcloud/android/issues/8653
+1 for `after_connect()` or as Paho calls it: `on_connect()` In Paho this is the recommended way to subscribe, on the first connect as well as on every reconnect.
Is this due to a too shallow Octree or the like? And is there a workaround for this? Originally I was planning to use this to highlight the cross sections...
Hm, adding a line to indicate the cross sections does not solve the problem, it seems like it makes it even worse. Probably because it in the end is a...
Hi, well, from our understanding it was quite counterintuitive since it was working was expected for scalar fields. As we use the Python interface, we would like to provide bin...
I have a similar issue. Ubuntu 18.04 VSCode version: 1.52.1 Extension Version: v2.14.3 PlantUML Render: Local The CPU load gets very high and takes one core up to 100 %...
I would also like to have an easy way to do this, similar to setting views in other tools. Mayavi `fig.scene.parallel_projection = True` PyVista `pl.view_isometric()`
Pull request https://github.com/zueve/neurolab/pull/34
I implemented the function to monkeypatch it, but I don't have time to create a PR. Here it is: ``` def get_tests_with_test_plan(self, test_plan_key, limit=None, page=None): """ Retrieve the tests associated...
The new feature also sortof breaks my code :) I had some endpoints with no `response_model` defined and an incorrect type hint for the returned value. So far this had...