Dmitry Poklonskiy
Dmitry Poklonskiy
How to build it on mac? ``` nimble install -d:explicitSourcePath:./ nimlsp Downloading https://github.com/PMunch/nimlsp using git Verifying dependencies for [email protected] Info: Dependency on astpatternmatching@any version already satisfied Verifying dependencies for [email protected]...
@PMunch thank you for instant reply. Nim is installed with no problem using choosenim or homebrew, but nimble doesn't know anything about nimlsp, so i tried the manual build. It...
I managed to do it finally. Not sure if it's a proper way or too hacky. I moved nimlsp sources folder to Nim sources folder, and made couple changes to...
I tested edge runtime apollo [integration](https://github.com/apollo-server-integrations/apollo-server-integration-cloudflare-workers) for cloudflare workers recently. but TTFB is too long as it has to start server for a single request and shut it down after...
@jebenois tsconfig.json: ``` { "include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx", "server.ts", "**/*.jsx"], "exclude": ["node_modules"], "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ES2022"], "isolatedModules": true, "esModuleInterop": true, "jsx": "react-jsx", "moduleResolution": "node", "resolveJsonModule": true, "target": "ES2022",...
В 2.1 это уже не нужно Там нормальные коллекции и промисы
Please add Object.hasOwn