Timo F
Timo F
I think there might be some mixup with the exhaust and supply values. 1. I have checked with the official Zehnder app, used its Unbalance setting and an anemometer that...
## Use Case Assuming you use the K8sRunLauncher in the official HELM charts. ATM you cannot set something like nodeSelector or tolerations in the helm chart for the run pods....
Hi, we have added light and shadow support to ipyvolume. We tried to not interfere with the existing functionality of ipyvolume, As long as no lights are added, nothing changes...
Version 0.6.0.a4 Example: ``` f = ipv.figure() s = ipv.scatter(*np.random.random([3,10])) ipv.show() f.scatters = [] s2 = ipv.scatter(*np.random.random([3,10]), color="blue") s3 = ipv.scatter(*np.random.random([3,10]), color="green") del(f.scatters[0]) ``` The scatters will not be removed...
Hi, The function `ipyvolume.movie()` breaks the output of notebook cells. I assume it is the call of `ipywidgets.Output()`. I noticed that, when I scripted some gif generation. The new figures...
m using your library extensively for the plotting of 3D objects (meshes and voxel models). Unfortunately, the lightning is quite simple and it is hard to infer the shape from...
Hi, do you have any plans to integrate the native Home Asisstant API. This works very nice as one can see with the ESPHome project and the according integration in...
Hi, awesome project. Unfortunately the esp32-cam is such a unstable device. I have some suggestions regarding your AI pipeline. 1. Rely on monochrome images only. There is really no need...
Hi, we use poetry and I like to use my poetry scripts as entry points for the debugging in vscode. Therefore, we use following vscode launch.json configurations: ```json { "configurations":...