Jonathan Cammisuli

Results 79 comments of Jonathan Cammisuli

Oh wow, what a coincidence. I recently released a NX LSP that works well with nvim-lsp, would you mind adding support for the LSP in your plugin so that people...

There should be a easy way to expose the `terminate` function while using this with Typescript. I get that we can probably do `(workerInstance as any).terminate()`, but I feel like...

I actually found a way to wrap the import to get the `terminate` function when creating the worker. I created a wrapper function: ```typescript // create-worker.ts type WorkerType = T...

@AlCalzone, did you manage to get the data you needed in the async thread?

Thanks for the response @AlCalzone, I appreciate it 🙂

@dsschneidermann I tried running your repo in a Ubuntu install, and I couldn't reproduce your issue: ![image](https://github.com/nrwl/nx/assets/4332460/597a250d-c87b-4b3a-a068-ad58aed667c3) Do things start working properly if you do `npx nx reset`?

@dmitry-stepanenko we know about your issue with regards to the runtime input and envs. As a workaround for you, can you try using the [env input](https://nx.dev/reference/project-configuration#env-variables) directly instead of running...

the fix for the runtime inputs using the env is here: [19422](https://github.com/nrwl/nx/pull/19422)

sorry for the delay @dsschneidermann, but you're right, something doesnt work well on gitpod.. 🤔 I'm going to have to investigate this further.

hey all, I'm using this to track the original issue of the daemon not working properly on gitpod. This is known, and Nx doesn't work well in that environment. For...