ryanackley
ryanackley
See http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-filesystemurls for an explanation and an example. They look like this `filesystem:http://domain.com/path/file.ext`. URI.js treats these are URNs. I don't know if the filesystem standard is actually misnaming these as...
I'm wondering how you work on the example app since all of the packages are linked through npm rather than the local file system. I'm guessing you don't deploy to...
The web worker has to request a new filesystem from the browser because the main page can only pass the String path across to it. It would be nice if...
### 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...
**Describe the bug** The value prop for the Editor component seems to behave exactly like defaultValue. That is the initial editor value is settable but after that, it's completely controlled...
The content type is unsettable from oauth.get requests so it ends up being "application/x-www-form-urlencoded". I'm trying to access a rest endpoint and this content-type is causing a 415 error "Unsupported...
Some schemas have cyclical references. For example, a definition in the schema tree references a parent or ancestor For an example in the wild see the bitbucket API swagger definition....
I tried to use this with a React app but webpack throws an error about node urls. Looking through the documentation, I'm guessing this is expected. This makes me think...