Thiébaud Weksteen

Results 11 issues of Thiébaud Weksteen

It seems that the "Working Directory" settings (with its "Use Default" checkbox) is not used nor modifiable. I've tried changing it to a different path but this was not reflected...

bug

According to systemd documentation for forking services: "The child continues to run as the main service process, and the service manager will consider the unit started when the parent process...

This was observed on 0.7.4 when called with: $ usbguard append-rule 'allow id 1d6b:0002 serial "0000:00:1a.0" name "EHCI Host Controller" with-interface 09:00:00' kernel: [15672304.755564] usbguard[191461]: segfault at 7f6838622008 ip 00007f68373b919d...

When appending a rule to the rule set, an error is returned: $ usbguard append-rule "allow" IPC ERROR: request id=1: FileRuleSet saving: /etc/usbguard/rules.conf: Read-only file system I believe the recent...

C:usbguard
C:usbguard-daemon

Commit 4f3e5977 added a notification message should Cargo failed to find the workspace directory. Large projects such as Android, Fuchsia or the Linux kernel rely on rust-project.json instead of Cargo.toml....

### Update stm32f4xx-hal to 0.14 stm32f4xx-hal 0.13.2 is pinned on embedded-hal =1.0.0-alpha.7, while bme280 is pinned on =1.0.0-alpha.8. Update the dependency so that `cargo build` succeeds. ### Fix build for...

See https://en.wikipedia.org/wiki/ROCA_vulnerability for more background on the issue. At least, we could report the version of the TPM used and compare with a known-bad list. This includes adding support to...

enhancement

PieceInfo->m_strDescription is 256 bytes long; it can correctly be access for any value of Length (represented by a quint8). Fix the following compiler warning: common/lc_library.cpp: In member function ‘bool lcPiecesLibrary::LoadCacheIndex(const...

Avoid calling memset directly and reset all fields individually. Fixes #747

Fixes #972 In the timeline widget, if a piece is dropped beyond the last step, it will disappear from the model. Ignore these invalid drag and drops.