Dmitriy
Dmitriy
**The problem:** `import type * as monaco from 'monaco-editor/esm/vs/editor/editor.api';` cause error in typescript project with `monaco-editor-core` package only. **Hack solution:** *tsconfig.json* ```typescript "paths": { "monaco-editor/*": ["../node_modules/monaco-editor-core/*"] } ``` Would you...
**The problem** Editor may be used in custom container, non document root. **As developer** i want to customize this one. Take a look at pucture with example. Hover widget are...
Need some help with documentation pages, like [this one](https://github.com/debut-js/Indicators/blob/master/docs/AcceleratorOscillator.md) for `AcceleratorOscillator`, that should be linked to main ReadMe.md indicators list. Any PR's with documentations or examples welcome! Each indicator in...
### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...
Typescript typings are incorrect for `OrderState`, comissionCurrency incoming is `1.7976931348623157E308`, this an incorrect number for javascript. Also comission value is empty. ``` const openOrderHandler = (orderId: Number, contract: Contract, filled:...
### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...
## PR features * ### Performance issues * Too many buffers conversions * For loop overhead in comparisons and replace operations * Prevent object mutations in loops * ### External...
### This is a feature request. 1. Some times may be useful to clean empty assets. For example it's may be created by scss (sass) compilation. Or any other hexo...
I am using docker from travis for build `docker pull smohantty/rlottie-ci-setup` with installed: `ninja 1.8.2` `meson 0.49.2` `emsdk 1.39.18` command execution `./wasm_build.sh /tmp/emsdk/` looks successfully but `js` and `wasm` files...