Markus Nißl
Markus Nißl
Is there a way to disable the toast notification on Windows when espanso starts up? I don't want to disable toast notifications alltogether as I do find them useful when...
`Check()` and `CheckIf()` are supposed to check the returned value of a `Result`. `UnitResult` does not return a value, but there are overloads for it: ```cs public static UnitResult Check(this...
If I'm not mistaken, the idea of `Bind` is to perform a transformation: the extension method receives a Result and returns a Result. When I then read `BindIf`, I have...
### Steps to reproduce I'm using macOS with a German locale and a German keyboard where `´` (acute) is a dead key and `` ` `` (grave/backtick) is produced by...