Damien Rajon
Damien Rajon
I'm not familiar with the code base and I'm not fluent in VimL but there seems to be a bug where once you create a new zettel (via `gzn`), `refresh_backlink_cache_for_zettel`...
```diff diff --git a/src/result.ts b/src/result.ts index 59edf44..0291597 100644 --- a/src/result.ts +++ b/src/result.ts @@ -213,7 +213,6 @@ export class Ok implements IResult { andThen( f: (t: T) => R, ): Result...
I've added this feature in the [feat/title-alias](https://github.com/pyrho/nerveux.nvim/tree/feat/title-alias) branch, you can check it out if you'd like. I would like to have proper unit tests on the whole virtual title bit...
I also ran into this issue, but none of the workarounds seem to work _consistently_ (adding a dummy `:` task, or adding a `sleep 5`).
My guess is that this will only work if you place your cursor on the beginning on the virtual text (which really only masks the "real" characters that are actually...
> Same as #52, maybe you could try the code below. > > ```lua > vim.keymap.set("n", "K", function() > local api = vim.api > local hover_win = vim.b.hover_preview > if...
The cause has been found, and a fix provided over at https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/3287. We just need to hear back from prusa now.
**tl;dr** The `nonce` becomes stale before the user has a chance to submit his credentials. --- Hey, I think I have found the issue, I am able to login successfully...
Thanks for making sure and providing details instructions @jvasileff ! I agree copying Apache's default value is good idea. --- I really want to tinker with the firmware, but I...
I created a fork of this repository which gets rid of the basic auth prompt, you'll be asked for your password instead (see screenshot). This works on iOS too. The...