Volker Jaenisch (PhD)
Volker Jaenisch (PhD)
I do like DeepDiff/DeepHash really! But today I think I found an error: ```python import numpy as np from deepdiff import DeepHash a=np.array(2) DeepHash(a) ``` ``` Traceback (most recent call...
Today I spend some hours to fiddle a ColorBar to an ImagePlot and to add a Label to it. ``` self.plot.image(source=self.data_source, image='image', x='x', y='y', dw='dw', dh='dh', color_mapper=self._colorMapper) self._color_bar = ColorBar(color_mapper=self._colorMapper,...
I like this project! So please do not take this as a rant. I am new to hbmqtt and like to contribute. volker@runner:/tmp$ poetry new mqtt_plugin Created package mqtt_plugin in...
Dear Gordon! I love this project! My blind brother can listen to internet radio by your help. But the project has a flaw. On debian the installation from source does...
Dear @diegojromerolopez I noticed that your code does not support numpy instances. ``` import numpy as np data = np.empty(10) frozen_data = freeze(data) ``` results in ``` Traceback (most recent...
Dear @diegojromerolopez Thank you for this nice piece of software! I need a frozen instance that I later can make a unfrozen (deep-)copy of. This is used for IMHO typical...
Dear Pearu! I have a really small pull request (Two lines), to add RAW functionality to pylibtiff. With this extension I was able to use your cool lib to store...
Dear aiosmtpd people! Thank you for your work! The "authenticated replayer" example has two bugs: * The username and password have to be decoded to utf-8 since they may be...
Dear RDFlib developers! At first thank you so much! Without your code our Open-Data Portal [https://datenadler.de](https://datenadler.de) would never have taken flight. We do not use CKAN, we programmed from scratch....
sorry double post