Ferenc Tamás

Results 36 issues of Ferenc Tamás

I got a feature request in a project that uses the library to validate file paths in a document. It would make sense to _simply_ add a validator that would...

Hi, I'm not a huge fan of DSL macros in Rust so I've been experimenting building the DOM with builders as well. I've just noticed that work is being done...

I'm in the middle of writing the LSP server I mentioned in #268, and in order to provide more useful information (such as field completions), some kind of type system...

new feature

Include steps to debug the lsp and cli described #280 on the website, so that people can contribute environment-specific information.

Help needed
documentation

Right now LSP-specific settings are only loaded at startup or when a workspace is opened, changing settings requires the restart of the language server, usually by restarting the editor.

feature
vscode
lsp

For some reason the release jobs don't trigger on tags when the tags are created in another job. I replaced the `GITHUB_TOKEN` with a personal token, so it should work....

Help needed
needs investigation

The documentation on the website is mostly up-to-date, however the docs in the repository and the code itself are lagging behind by a lot.

Help needed
documentation

For some reason the LSP does not start on web in the published extension.

vscode
needs investigation

With the switch to vitepress, the web editor has been removed. I intend to put it back, but at least with some kind of LSP integration for the feature showcase....

feature

The CLI does not have a documented way to build on Windows and I don't have access to a Windows machine right now, but this is definitely a must-have.

feature
Help needed