Tomas Ptacek

Results 54 comments of Tomas Ptacek

Ok for anyone interested, so far this seems to somewhat work: ```lua local constants = require "typescript-tools.protocol.constants" local method = constants.CustomMethods.ConfigurePlugin local args = { pluginName = "@monodon/typescript-nx-imports-plugin", configuration =...

Alright, I have a solution... It's not a super polished one, but it works well for me now and I can let it rest. Setup the lsp: ```lua require("typescript-tools").setup {...

> @faileon Should `tsclient.request` recieve a buffer number? I'm getting a type error saying it needs a 4th parameter. It seems fine either way since eventually the `nil` value eventually...

For me pnpm seems to read incorrect .npmrc configuration `pnpm publish` will only work if i copy the project level `.npmrc` (which contains scope and auth token) to my `~`....

All of our internal generator broke after migrating to v19 or v20. This is a huge blocker that is keeping us on v18 for quite some time.

Also having this issue running arch linux, neovim, nx 20.3.0. I must do `pnpm nx reset` quiet frequently.

Can confirm that if I edit a project.json with nano it works, if I edit it via Neovim (or vim), nx will complain that the project could not be found....

> Hey @faileon, did you find a solution for this? I solved it by migrating my development setup to Linux. If you are on Windows perhaps wsl could solve the...

Would it be possible to include /embeddings endpoint too? It would be the last missing piece for our company to try out Triton for our on-prem RAG/Agentic solutions.

Same issue, trying to run this in production but we end up having to restart container frequently.