-
**TypeScript Version:** 3.8.3
**Search Terms:**
**Code**
```jsonc
{
"$schema": "http://json.schemastore.org/tsconfig",
"compilerOptions": {
"module": "none",
"target": "…
-
e.g. text
Log Time
-
How to use other modules in scripts
Error:
[Error] 'Cannot find module 'archiver' Require stack: - c:\Users\\.vscode\extensions\egomobile.vscode-powertools-0.67.1\out\scripts.js - c:\Users\\.vsc…
-
## Description of Issue
Game crashes (and auto-reboots the forge loader 🤨) when you enable a shader.
## Steps to Reproduce
1. Choose a shader
2. The game will most likely crash
## OptiFine Ve…
-
I am using exllama through the oobabooga text-generation-webui with AMD/ROCm. I cloned exllama into the text-generation-webui/repositories folder and installed dependencies.
Devices: 2x AMD Instinc…
-
The only module currently in the repository is `URI.js`, which has no dependencies. New modules, that are likely to have dependencies, will fail linting (especially for the Closure Compiler) because o…
-
As of right now, the HSA standard only supports identifying the following symbols types:
- Kernels
- Variables
The standard has listed indirect functions as a symbol type, but the AMD ROCr runtim…
-
### Prerequisites
- [X] **Please first check README. There are breaking changes from `0.x` to `1.0`**
- [X] Did you check the [FAQ](https://github.com/typings/typings/blob/master/docs/faq.md)?
- [X] D…
-
**I have a Surface Laptop 4 device with Surface-Linux kernel installed.**
Everything works fine except for the brightness management - can someone help me? My version has an AMD Ryzen 5 processor a…
-
# 模块化
### 发展
无 --> IIFE
``` js
(function () {
var arr = [];
alert(1);
window.jQuery = arr;
})()
```
IIFE --> Ext.loader
``` js
Ext.define('module1', function (arg1,…
xxapp updated
7 years ago