Bill

Results 7 comments of Bill

I have this issue using the debezium connector. I can retrieve every key schema through `subjects/-key/versions/latest` but every value schema through `subjects/-value/versions/latest` returns this error. However, I can access the...

I think the easiest and most direct way to support this feature would be to implement a Jupyter client. By easiest, I mean all of the possible errors cases and...

With further testing, I see that it works when the path is relative the org root directory. This is not compatible with the emacs implementation. The link is relative to...

I actually realized that nvim-orgmode also doesn't have any setting for the org file directory, which led me to realize that the links are relative the nvim's cwd. So if...

In my opinion, I still think the link should not be calculated based on nvim's cwd. The emacs implementation can get away with it because every time you visit a...

To be complete, we can say there are three possibilities for calculating relative links: the editor's cwd, the file's parent directory, or `org-directory`. We know for certain it is not...

`../` actually is a case that it allows. It wasn't mentioned explicitly in the list of examples, but this link type definitely works.