skoehler
skoehler
The i2c_smbus_write functions seem to not exist on my system. ``` gcc -Wall -fPIC -Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -c bcm2835.c bcm2835.c: In function ‘bcm2835_i2c_write’: bcm2835.c:877:12: warning: implicit declaration of...
It should be possible to add files to a ZIP archive without creating a temporary file first. Using python's ordinary ZipFile API, you can create a ZIP archive and then...
I'm writing to a virtual USB COM port (the device is an stm32 microcontroller). The write_timeout is set to 10 seconds. On Windows 10, writing to the device occasionally fails...
In the next couple of days I will provide a very simple test program: It writes a an integer x followed by a newline character. Then it reads back that...
I just updated by TS100 to version 2.10.1. Now, after powering on, the temperature shown is 520°C. The tip is cold! When powering on after the update, all settings were...
In the audio setting of Linphone 4.2.5, I have several capture devices to select from. The first three are pulse audio devices (built-in audio, jabra link 370, lifecam studio). The...
When sending ICMP ping packets, it makes sense to have an adjustable packet size. The default packet size is quite small and may not be representative of the user experience....
Here are an example that accepts 6 timestamp string that are all invalid according to ISO 8601: ``` from dateutil.parser import isoparse for i in ( "2024-01-17T15:21:00-0800", "2024-01-17T152100-08:00", "20240117T15:21:00-08:00", "2024-01-17T152100-0800",...
I have to resort to rather drastic measures to keep the nvidia module from loading during startup. I can tell you that starting X loads the nvidia module. But I...
### Affected Version yay v12.3.5 - libalpm v14.0.0 ### Describe the bug `yay -Suy` is stuck in an infinite loop and is printing the following message over and over again:...