5
questions with bounties
0
votes
1
answer
95
views
+100
How to get the tree structure data of class/property/method in tree-sitter?
How to get the tree structure data of class/property/method in tree-sitter:
I can only match the class like below:
const Parser = require("tree-sitter")
const JavaScript = require("tree-...
0
votes
0
answers
121
views
+50
Node.js fetch with ProxyAgent from undici never gets response (axios works)
I want in a Node.js project to perform a simple fetch request with proxy by specifically using ProxyAgent from undici and native fetch but i can't get it to work. The request never resolves or rejects ...
0
votes
1
answer
38
views
+50
How to use clinic.js with nestjs
I am exploring a profiling tool for my NestJS code and came across Clinic.js (https://clinicjs.org/). While I see it being used with Node.js, I am unsure how to integrate it with NestJS and understand ...
0
votes
0
answers
41
views
+50
Typescript composite project with NextJS
I have reorganized my project in NodeJS/Typescript using workspaces and project references. One of the workspaces (sub-project) is a NextJS application, and the recommended tsconfig.json includes the ...
5
votes
1
answer
2k
views
+50
Running devcontainer as local user instead of root
Environment: Windows 10 with WSL1 and VSCode.
I have a .devcontainer.json with the following content:
{
"name": "my-container",
"image": "mcr.microsoft.com/...