Micha Gorelick
Micha Gorelick
We should have multiple functions available to add to from the geometries in the figure object. Two that are required are an init function and a draw function. New functions...
The main figure should be able to handle an arbitrary number of data files. This will be very important when implementing maps since we also need to provide the map...
We need to install the static files somewhere where we can later retrieve them (/usr/share/python-d3py?)
#4 wanted groupings by different types of events (and so do I!). This code allows you to group things by using markdown headers. I would like to add some more...
When using a capture device, `this->imgProcSettings.framerate` is zero which leads to the Riesz maximum frequency in the UI being 0. https://github.com/tschnz/Live-Video-Magnification/blob/master/src/main/ui/MagnifyOptions.cpp#L416-L419 This effectively makes this magnification method unusable for capture...
I just got rmfakecloud installed using docker with a reverse nginx proxy. I was able to connect just fine, create a user and enable the sync15 feature. When doing the...
If I initialize a new dabloom filter with the incorrect keyword arguments, I get a segfault: ``` >>> b = pydablooms.Dablooms(capactiy=1000, error_rate=0.05, filepath='/tmp/bloom.bin') Segmentation fault: 11 ``` The segfault happens...
Updated to the DB now only happen when necessary and we more gracefully deal with partial distributions when only `/get` or `/nmostprobable` queries are issued. Also fixed problem re #22
Hello! I tried the instructions in your repo and still wasn't able to get S3 to be advertised. I looked at #6 and #7 but my problem seems to be...
On a clean install of Ubuntu 20.04.3 LTS, I was getting frequent disconnects and high latency. These were being triggered by a microcode error, seen in the syslog as: ```...