-
The localize call:
https://github.com/microsoft/vscode/blob/ba3978f8658ec5048d7d09c41016747ac997358b/src/vs/workbench/api/common/extHostLogService.ts#L21
The webworker one is weird... because …
-
### What is the issue?
Description:
We are experiencing repeated GPU VRAM recovery timeouts while running multiple models on the ollama platform. The GPU in use is 2x NVIDIA RTX A5000. The system …
-
If you have a project like so:
```
public/
app/
main.ts
reference.ts
test/
reference.ts
```
then when you attempt to compile them both into the same directory with an AMD loader...
…
-
### Bug Description
Several games cause the emulator to crash, and when the emulator crashes, my desktop environment goes black, and then crashes, sending me back to my login manager.
"Outrun 2", …
-
In https://github.com/mariusGundersen/gulp-amd-optimize/issues/1 it came up that some tooling could benefit from the ID-to-path resolution used by the loader.
Right now, it is exposed in the default …
-
I need compiler function without http senders:
``` Javascript
renderer.get('path/to/template', function (error, res) {
// res - compiled version of path/to/template.ect
})
```
And amd loader w…
im4LF updated
8 years ago
-
The main chunk is currently always exported as `./filename.js` - e.g. `define("./index.js", ...)`, which makes it hard to use on the same page as other AMD modules not produced by the same bundle.
…
-
I have an AMD 5700G CPU with internal GPU. There is no official driver from AMD to support OpenCL, but there is an OpenCL implementation that does: http://portablecl.org/index.html
I installed this…
w3333 updated
7 months ago
-
The latest RC, v43, includes an updated version of Web Font Loader. If an AMD library like Require is already apart of the user's project, and detected, this version of Web Font Loader creates an anon…
-
I have a machine with both an NVIDIA dGPU and an AMD iGPU, as can be seen here:
```
$ inxi -G
Graphics:
Device-1: NVIDIA GA106M [GeForce RTX 3060 Mobile / Max-Q] driver: nvidia
v: 535.54.03…