Peter Stenger
Peter Stenger
I added this here @ColdHeat , but not sure if implementation is good -- perhaps a rename option would make more sense? https://github.com/reteps/ctfcli/commit/f1074fd1670fca57ab0dfc67954b65ed6d30c883
This would be excellent, many other linting/formatting frameworks also support file caching. Prettier and ESLint are two I think of immediately.
I would welcome a different PR that forces the user to provide a user-agent string and makes a README note.
See also https://github.com/BUseclab/Pandawan/pull/1 and https://github.com/firmadyne/firmadyne/pull/219.
Yeah, that would be the main item. It looks like you can pass through completion commands as well, but that is just bonus stuff that would take extra effort to...
> > Yeah, that would be the main item. > > Thank you for confirming. > > The aforementioned [bash-lsp/bash-language-server](https://github.com/bash-lsp/bash-language-server) does _not_ [support](https://github.com/bash-lsp/bash-language-server/blob/2fb9b33b6f40b508bf3b54233ff4efef0cb08206/server/src/server.ts#L117-L140) the `textDocument/semanticTokens/*` LSP requests. Even if I...
@rcjsuen Do you think that this is a feature that should happen on the client then? If so, feel free to close.
I filed a complaint about this particular design point here: https://github.com/microsoft/vscode-discussions/discussions/2656. I'm hoping they suggest a workaround.
New errors: ``` @prairielearn/prairielearn:test: 1) News items @prairielearn/prairielearn:test: "before all" hook: set up testing server in "News items": @prairielearn/prairielearn:test: error: database "pltest_2" is being accessed by other users @prairielearn/prairielearn:test: at...
I am not sure why the test suite is failing; or how to resolve it. I have added a comments that describe the errors to the PR.