DrGo

Results 12 comments of DrGo

I can confirm that @myllaeri solution works for iPad Pro running iPad os 13.5 with apple magic keyboard

No. Not the hashes. Just visually selected the phrase “manual plugins”

I tried again and it only occurs when there is a space at the end of the visually selected text. Is it possible that untrimmed surrounding spaces is causing both...

I see the same errors with some app (eg alacritty) on Big Sur 11.2.3. XQuartz 2.8.0 (xorg-server 1.19.7) I have set "enable_iglx" = 1 but I am still getting the...

2.7.11 and 2.8.0 gave the same errors.

I hope it is ok to add my recent experience using `brew install zig --HEAD` the error I got is ``` ==> cmake --build build Last 15 lines from /Users/drgo/Library/Logs/Homebrew/zig/02.cmake:...

``` ==> Installing zig --HEAD ==> cmake -S . -B build -DZIG_STATIC_LLVM=ON ==> cmake --build build ==> cmake --install build==> Installing zig --HEAD ==> cmake -S . -B build -DZIG_STATIC_LLVM=ON...

can someone summarize the main distinction between set and show and why we need both?

My favourite is ``` struct Shape { byte kind; // Implicit enum union (kind) { SQUARE: { int side; } RECTANGLE: { int length, height; } CIRCLE: { int radius;...

There is also Rune Lange https://en.wikipedia.org/wiki/Rune_Lange :)