BlackCap
BlackCap
I propose adding a new option `disable-tabs` that globally hijacks events for opening tabs to open new windows instead. ## Motivation Tabs is the web browser doing window management. This...
[The pointfree article on haskell.org](https://wiki.haskell.org/Pointfree#Swing) mentions a strange function named `swing`: ```haskell swing :: (((a -> b) -> b) -> c -> d) -> c -> a -> d swing...
https://replay.pokemonshowdown.com/gen7doublesou-1467106869 On turn 8, Oricorio uses revelation dance to attack an enemy. Meowstick have the dancer ability, so it copies the move to attack an enemy. This is correct behavior....
The following produces the lowercase alphabet in neovim, but the string `character |linewise|.` in V: :h
I was being chased by a rogue 3-headed ice hydra. I had a -1 frozen dagger, a -2 bone machete and a M4 chaos shuriken. I used a growth scroll...
The key to drop your weapon is `k`, which overlaps with the vi movement keys. If I get in a situation where I have to drop my weapon to destroy...
Every function related to `(-->)` can be implemented in terms of `modesPones`: ```haskell trans bc ab = introImpl $ modusPonens bc . modusPonens ab lmapImpl ab bc = bc `trans`...
These come up quite a bit, and I've looked for them in arithmoi more than once! `Kuṭṭaka`, `Pogo` and `Race` are usage examples if you will, rather than something I...
I am using sonic to speed up the audio of videos, and have been noticing that I am getting a slight audio/video desync. At 2.5x this seems to be around...
Some programs does not handle the scaling animation nicely. if the program cannot render its new size fast enough, the unrendered area of the window might be rendered as black,...