crocket
crocket
I do not start a pomodoro right after a break. I want to manually start a pomodoro after a break. I'd also like to have an option to not automatically...
### Problem Description `waitForProcess` fails because XMonad ignores `SIGCHLD`. I tried to circumvent the issue by executing `if command; then echo -n yes; else echo -n no; fi` and parsing...
### Problem Description `spawn "scrot --select filename.png"` fails because spawn doesn't release its grab on keyboard. `scrot --select` needs the keyboard to work.
### Problem Description When I try to edit a card in Anki, a floating window pops up. This editing window used to be tiled, but it started floating after system...
I tried to replace optparse-applicative with Turtle.Options which is simpler. However, its dependence on system-filepath deterred me from adoption.
I needed to press space bar on an ncurses program, but `proc` and `shell` couldn't do it. I had to replace them with `import System.Process (spawnProcess, waitForProcess)`. Below is how...
[Decentralized Identifier](https://www.w3.org/TR/did-core/) frees users from DNS-based identifiers. DNS is a hierarchical system controlled by organizations that we didn't elect or choose. DID(Decentralized Identifier) is not. With DID, users can move...
Cave Story 0.7.0 Emulator: Genesis GX Plus libretro core Video Shader: zfast-crt   
- **Sway Version:** 392d4808c3012ff978fa5eeb41f0757b3993dcd1 - **Debug Log:** [sway.log](https://github.com/swaywm/sway/files/5331138/sway.log) - **Configuration File:** [config.minimal.txt](https://github.com/swaywm/sway/files/5331139/config.minimal.txt) - **Description:** * Enter tabbed layout. * Open brave browser. * Open a new window with `Ctrl+N` *...
After launching a CLJS REPL, auto-completion works well. But, after moving to a new namespace with such a command as (ns something.core), auto-completion breaks for many namespaces.