Hugo
Hugo
Rebased.
The provider code should check that the payment is not yet paid before calling `execute_payment`.
We don't currently ship an admin. I can't really imagine an implementation that would make sense; each project will have needs that are too specific in this sense. FWIW, creating...
We can probably include it as an example in the docs.
When a completion is manually requested, it's fine to suggest both links and tags. In case of `[[` (with wiki-style links) or `[` (with markdownlinks), suggest only links. In case...
I tested current main, which includes https://github.com/zk-org/zk/pull/533. I don't see completion triggered when typing `[something`. > And cool to see your lsp_lines plugin being immortalised into neovim core 🥳 Thanks...
> It seems as soon as there is a white space in the title, it breaks If I type a space, the completion pop-up is dismissed, but I believe that...
I also see that if I type `[[2025-11-05`, it won't auto-complete an entry with filename (and title) starting in `2025-11-05`, but all sorts of other entries which match the `2025-05`....
The error states: ``` 63s AssertionError: b'\x04(ii)\x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\x00' != b'\x04(ii)\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x02' : Binary encoding differs from expected value ``` This definitely sound like the mismatch that one would see when assuming the...
All the errors are quads of bytes in inverted order, so definitely an endiannes issue.