gemath
gemath
This is a blocklet with a button for logging out or locking the user session, written as a bash script with minimal mandatory dependencies. Tested with sway/elogind, should work out-of-the-box...
This is a blocklet with a button for powering down, rebooting, suspending or hibernating the system, written as a bash script with minimal mandatory dependencies. Tested with sway/elogind, should work...
`:enter-user-mode lsp` displays the user mode menu of LSP operations. Those not supported as per `:lsp-capabilities` look the same as the supported ones, they just don't do anything if selected....
In other words, support Java-like interfaces, maybe like this: ```nim import iface iface explicit Animal: # Define an interface which demands explicit implementation relations proc say(): string type Dog {.implements:...
On Linux, `hottie myprog cliparam` results in `objdump: cliparam: file format not recognized` Making one word out of the command with quotes (`hottie "myprog cliparam"`) also fails.