tazjin
tazjin
You can use Emacs input methods in EXWM via `toggle-input-method` (I think the default shortcut is `C-\`). This works in all X windows that support `xim` input (which excludes e.g....
I believe doing a proper repository move (if you have admin rights here) will transfer the tickets, too (and establish a redirect at the old location). Do you have the...
Before you do that, I'd try contacting the Github support and see if they can help (and also maybe someone knows somebody at Github, that's usually a faster way to...
So I ended up doing an acid-state migration on an older GHC version to a setup where I call the TH function `deriveSafeCopy` for every `newtype`. This works but is...
@dschalk As I mentioned in my last comment I've been using the Template Haskell functions instead, so I still create `newtype` wrappers but then instead call `deriveSafeCopy` on the types....
Please note that Nix flakes are just an experiment (in fact the current RFC has been withdrawn) and probably shouldn't be your sole/primary distribution method for the Nix code. It...
I've run this with debug tracing enabled, and when targeting only the bucket resource there's lots of messages like: ``` 2023-05-29T10:10:11.435+0300 [TRACE] dag/walk: vertex "root" is waiting for "yandex_storage_bucket.rih_storage_bucket" 2023-05-29T10:10:11.527+0300...
This happens to me randomly with Chrome, with other apps (and also when switching back to buffers), the focus usually moves but sometimes the cursor doesn't become active. I pull...
It would generally be useful for the various accessors of `eglot-lsp-server` to be marked public. There are use-cases (like private LSP backend implementations where contributing server-specific classes to eglot is...
Note that before adding any complex features like this depending on parser output, the parser should be upgraded. nixdoc is using a very old version of rnix, and the API...