robin

Results 19 comments of robin

Added both missing dashes, must've missed them the first time around. > It actually appears to be any command that uses the force flag Yes, I've just been testing it...

I subtracted the current string length from the maximum allowed length of the `snprintf` calls. This still produces the same output but is now more robust against buffer-overflows.

Thanks for the tip, however I've already set the SPI Flash driver without any change in results. It's what I meant with: > ... as well as allowing dangerous writes...

I'm not sure what a Partition Table entails exactly. So just to be sure I also tried erasing the flash with `make`. I ran `make menuconfig` to set the serial...

I have SIP disabled on my personal laptop. I've also noticed considerable slowdown when switching windows (especially apparent when `auto_raise` is turned on). The slowdown seems to come only when...

This is probably happening since `BrowserWindow.options.visualEffectState` is presumably set to the default value of `followWindow`. Changing this to `active` _should_ fix this. I've figured this out by looking at the...

This seems to be related to #278 -- same issue, re-sizing the window fixes it. But this should've been patched with [8d5874b](https://github.com/gtkwave/gtkwave/commit/8d5874b2e7b7e9c3732c37faabbb27bb985ec0e9). ~~However it seems like the file was refactored...

Just tried it, installing and building via `brew install --HEAD gtkwave` works and reloads waveforms as expected. Maybe worth mentioning: installing via `brew install --cask gtkwave` uses the sourceforge version...

@MahmoudKMaarouf That seems odd. It works fine on my M1 Max. Maybe try: ```bash brew uninstall gtkwave brew cleanup -s -n # dry run, check if the output is sane...

I've never encountered that undefined symbol. On my machine `which clang` returns `/opt/homebrew/opt/llvm/bin/clang` (at version `17.0.6`). The [github actions macOs docs](https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md) however explicitly state that the homebrew version is accessible...