Guillaume
Guillaume
Hello, there is a missing closing parenthesis in the [lint task](https://github.com/jgoux/generator-angulpify/blob/master/generators/app/templates/gulp/tasks/lint.js#L14) for TypeScript. I would help to convert the JavaScript files in this language but I don't know either how...
I was facing the same error with Authentik, creating a group bind policy had no effect. Removing the leading slash seems to be the solution, maybe the basic configuration example...
To get it working I changed the issuer and removed the leading slash from the configuration: ```yaml server_url: https://headscale.example.com:443 # ... oidc: only_start_if_oidc_is_available: true issuer: "https://authentik.example.com/application/o/headscale/" client_id: "headscale" client_secret: "..."...
Here is a minimal working configuration based on [lspconfig](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/eslint.lua) but it requires a [fix](https://github.com/helix-editor/helix/pull/2507/files#diff-d9796de334de9f547d45fd8b7476be53c771200ab48f28266e5f62e3493b5df9R995-R996) present in #2507: ```toml [language-server.eslint] command = "vscode-eslint-language-server" args = ["--stdio"] [language-server.eslint.config] validate = "on" experimental...
The CLI also hangs on Linux after executing any command via SSH, the expected output shows up but "command was executed successfully" never does, for example: > %reset > %debug...
The repository link of each plugin would be an nice addition, with the exact commit or tag if possible. Is there any work started not mentioned in this issue?
With worker threads enabled, the job file path seemed to require a different syntax on Windows (anti-slashes) to avoid this error. The actual message and stack could be logged [here](https://github.com/taskforcesh/bullmq/blob/0a70f4cf7ba21c18c55390d47069335c305559af/src/classes/main-base.ts#L29)....