Thorsten von Eicken
Thorsten von Eicken
Question, is there anything in the uuv simulator that models the water surface, such as waves? (And if not, how do get the nice surface animation in the wind farm...
After a successful ./configure: ``` # make g++ -c -Wall -g -O2 -std=c++11 -DFUZZER_VERSION=0.1 -Iinclude main.cpp -o main.o In file included from /usr/include/tins/tins.h:49:0, from main.cpp:25: /usr/include/tins/packet_writer.h:35:18: fatal error: pcap.h: No...
### What happens? In the edit-group dialog box accessed by clicking the "edit" button on a group, the drop-down to select the group's tab is limited to 10 entries. If...
I'm trying to match the GITHUB_ACTOR in my IAM trust relationship policy and cannot make it work. Is this supposed to work? The trust policy I have is: ``` {...
The log15 docs recommend that library writers expose a Log variable that can be set to a logger. https://godoc.org/gopkg.in/inconshreveable/log15.v2#hdr-Library_Use I think this is pretty poor practice, actually, because it defeats...
It would be helpful for requests to support a `Stream` as the request body. I believe this is actually fairly simple, in that the `query` function needs to distinguish a...
I just got a new box with an integrated AMD GPU. Of course getting hardware encode/decode to work cost a bunch of hair off my head... I'm using linux, it's...
I was thinking a bit on what I would need to be able to use gopro-overlay for my use case. My outings are 1-2 hours long and at the moment...
The default timeout is too short, need to make it longer.
``` File "/home/src/esp32/mpy-mqtt/mqboard/view.py", line 24, in on_log m = msg.payload.decode("utf-8") UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte ``` It's sometimes convenient to use something...