Harsh Pandey

Results 78 comments of Harsh Pandey

It's part of the `tsc` generated js. In the typescript source it's as follows: ``` import shell from "shelljs"; ... shell.exec(`git clone ${gitUrl}`); ```

Yes, I am running exec inside an express http handler. It usually works the first time after the server starts but on subsequent requests I get this error. Restarting the...

``` # npm ls shelljs npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!...

No, it looks like the `tempDir` stays the same across multiple invocations in the same process: ``` /tmp ShellJSInternalError: ENOENT: no such file or directory, open '/tmp/shelljs_d1729e3889dbd01d1b62' at Object.openSync (node:fs:497:3)...

In case helpful: ``` # ls -l /tmp | grep shelljs -rw-r--r-- 1 root root 2956 Mar 20 04:12 shelljs_0ed6daad799fb291f9a4 -rw-r--r-- 1 root root 2982 Mar 16 05:59 shelljs_15e250a45125f925f582 -rw-r--r--...

I didn't think it was a permissions issue because shelljs was successfully able to create those files in the first place. Again, the confusing thing going on here is that...

Ubuntu version 18.04, and yes the process is running as root

@alexhultman does the experimental http3 work include support for WebTransport that we can test, or is that yet to be implemented?

Do you know where to track progress of WebTransport becoming a standard? I saw that HTTP/3 just [became a standard](https://www.itnews.com.au/news/http-3-becomes-a-standard-at-last-581067) but not sure about WebTransport

I would love to use the [latest features](https://cowtowncoder.medium.com/jackson-2-12-features-eee9456fec75) in jackson 2.12 with this library if possible!