Jose Riha

Results 193 issues of Jose Riha

My CPU gets very hot when computing similarity of the images. I wish there was an option to limit number of cores (I know `nice` is another option) at the...

enhancement
PR welcome

For corporate environments I believe it would be useful to have ability to build `flameshot` without any network abilities so that there is less risk of leaking sensitive data.

Enhancement

https://learn.adafruit.com/adafruit-led-backpack/bi-color-8x8-matrix?view=all#bi-color-8x8-matrix is an 8x8 matrix display able to render 3 colors as: color1, color2, color1+color2. Internally it is defined as a 8x16 matrix where the first half defines points for...

enhancement

The following code copied to REPL ``` from machine import Pin, I2C i2c = I2C(sda=Pin(4), scl=Pin(5)) i2c.scan() ``` ..results in device restart: ``` >>> i2c.scan() ets Jan 8 2013,rst cause:2,...

bug

After erasing memory and flashing the microcode (tried both version) I am getting: ``` rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET),boot:0x13...

In https://github.com/tve/mqboard/blob/master/mqtt_async/README.md: ``` def callback(topic, msg, retained, qos): print(topic, msg, retained, qos) .. config.subs_cb = callback ``` while in `mqtt_async.py` there is: ``` cb = self._subs_cb(topic, msg, bool(retained), qos, dup)...

The Hello World example in https://github.com/tve/mqboard/blob/master/mqtt_async/README.md is not working with Mosquitto broker. Default setting of `keepalive` is 0, Mosquitto however does not support such setting: ``` $ mosquitto_pub -p 1883...

this is what i am getting near the end of building: [ 97%] Linking CXX executable zrtptest CMakeFiles/zrtptest.dir/zrtptest.cpp.o: In function `ost::TRTPSessionBase::dispatchBYE(std::__cxx11::basic_string const&)': /usr/include/ccrtp/rtp.h:164: undefined reference to`ost::QueueRTCPManager::dispatchBYE(std::__cxx11::basic_string const&)' /usr/include/ccrtp/rtp.h:164: undefined reference...

I installed worldmap and imported 'Map in Dashboard' example into my workflow, making no other changes, just hit deploy. The map endpoint is served (in my case it's https://server.tld/nodered/worldmap but...