Malte0621
Malte0621
Hi, I recently made a project similar to this one. Initially I made it in python before moving over to C++. But something they both shared is a feature that...
A fix/workaround to successfully build on windows. (Does not include 2 of the tests (they refused to build under MSVC))
### What happened? When pulling and starting the self-hosted version of revolt using docker, the `minio/mc` image spams **errors** that says "curl" is missing. Which is because **curl was removed**...
## Code: ```js const git = simpleGit.simpleGit({ baseDir: localPath, binary: "git", maxConcurrentProcesses: 6, config: [ `http.extraHeader=Authorization: Bearer ${TOKEN}`, ], }); git .clone(cloneURL, localPath) .then(() => { returnPromise(true); }) .catch((err) =>...
**Is your feature request related to a problem? Please describe.** Yes and no, it would be nice to be able to use the extension on the web version of vscode....
Its been a while now and I thought it might be worth reporting that when on the official site (`webvm.io`), using network does not work. It gets stuck in the...