-
Global installations are generally bad practice and have a high probability of conflicting with other software. The README mentions:
> Note: Please install iotedgehubdev to root on Linux/macOS (Don…
-
```
These won't work in a sandboxed environment, and indicate either:
1. Places where the code is unreachable, or
2. Places where functionality is genuinely broken.
For case #2, add a sdk API for th…
-
I want to build a website where people (among other things) will run arbitrary Python code. For that, I was thinking about running a submitted Python code in a sandboxed Docker container (with [gVisor…
-
**Describe the bug**
launching zenika/alpine-chrome:with-puppeteer with the newest image, and checking webgl support, which gives a positive answer, but when I navigating to a threejs website, you …
-
Type: Bug
As shown in the following two figures, intellisense for "val" provides only members of "Object", while intellisense for "var" provides members of "String" correctly.
This seems to be a c…
-
[extracted from todo.md]
May be a duplicate of #46.
This todo request was to determine if it is possible or feasible for visualizers to be created by others without needing to be specifically in…
-
Type: Bug
When I create session on mac using LiveShare, and work on Jupyter Notebook user that created this session see all output off cells (for example: output is 3 plots) and users connected to t…
-
Type: Bug
1. Enable three-way merge
2. Create a merge conflict
3. Try to scroll past the first conflict
Result: Sync scroll won't let me scroll further down than the first conflict.
Expected Result…
-
There is only one npm lock file exists in my project, but always notify this:
Reproduce:
1. `git clone git@github.com:tjx666/vscode-fe-helper.git`
2. `npm install`
3. open debug panel and …
-
WebASM is useful to embed F3D in a web page.
It could be useful for live examples in the documentation, or even be integrated by users in their web project.
We are already compiling libf3d in th…