Lukáš Hrázký

Results 11 issues of Lukáš Hrázký

The `fstream` classes are notorious for their non-existent error handling. The stream error bits weren't even checked in the code, resulting in arbitrary malfunctions or crashing in case of an...

Hello, thank you for this great theme! Would you consider making a new release? It seems you've done quite a number of fixes since the last one. I'm installing this...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description In a complex project with multiple documents depending on each other,...

Core
Crash

Shotcut contains absolute paths to binaries it executes in various parts of its code, like this one: `QFileInfo ffmpegPath(qApp->applicationDirPath(), "ffmpeg");` I assume the binaries are also packaged along with Shotcut...

Setting the option App Settings -> General -> Enable Permanent UART to `false` can lead to some very confusing behavior making the user spend a lot of time/effort to figure...

Having a non-existent import in a package lisp file like so: ```lisp (import "funky-import" funky) ``` Calling `vesc_tool --buildPkg` prints an error, but passes successfully (returning a 0 exit code)....

An alternative PR to #12. I believe this implementation is better structured and simpler. The PR is not meant to be merged as-is, it's posted to allow for submitting feedback....

Duty cycle can spike a lot, the purposes it's used for can all benefit from the mild smoothing we already have. Unify the usage and only use smooth duty for...

On an ARM project, `clangd` extracts x86_64 includes instead of ARM ones from `arm-none-eabi-gcc`: ``` $ clangd --query-driver="/nix/store/*/bin/arm-none-eabi-*" --check=src/main.c I[19:13:48.701] clangd version 18.1.8 I[19:13:48.701] Features: linux I[19:13:48.701] PID: 2037970 I[19:13:48.701]...

Changes the fault handlers so that on a fault all the relevant registers (those dumped on the stack by the MCU and the fault information registers) are stored in a...