Shaw

Results 33 issues of Shaw

Allow the .wrap to expand past `100vh`, scrolling to reach all the cameras. Also ensure `.cred` is above the camera previews.

When using this approach, the command for _Developer: Inspect Tokens_ turns up this error. ```js errors.js:22 Uncaught Error: Not supported! Error: Not supported! at EncodedTokenizationSupport2Adapter.tokenize (standaloneLanguages.js:110) at InspectTokensWidget._getStateBeforeLine (inspectTokens.js:269) at...

The monaco HTML/CSS/JavaScript packages include CodeLens/Intellisense, but loading the grammars with this method doesn't have that data. I assume something like https://github.com/microsoft/vscode/blob/master/extensions/css-language-features/ needs to be loaded, but is that even...

CSS snippets seem to be working in Vue, but Markup snippets don't. Am I missing something or is this a bug? https://github.com/emmetio/codemirror6-plugin/assets/777155/5089dae5-6260-4bcf-acb2-abfd2eb55b6d

For [_reasons_](https://www.notion.so/codepen/February-2-8-2024-cac76c5c6e724706b730f4c800a852dd?pvs=4#4daee5aabe1c4bc3820bd1e585992045) we have to mount CodeMirror 6 in ShadowDOM (which CodeMirror 6 supports via the [`root` property of `EditorView`](https://codemirror.net/docs/ref/#view.EditorViewConfig.root). Emmet overall works fine, but theme styles don't work in...

Related to #14: I have the new `syntax` setup in place. Snippets work correctly, but the snippet autocompletions are not showing up for Sass and SCSS. CSS still shows them...

Are there any ways to ensure Emmet is active for [CodeMirror 6 legacy modes](https://github.com/codemirror/legacy-modes), such as Sass, Scss and LESS? Based on my reading of the source, it seems like...

When running `npm run dev`, these errors occur: ``` ERROR in ./src/App.vue error Parsing error: Unexpected token < /vue-spa-example-master/src/App.vue:1:1 ^ ✖ 1 problem (1 error, 0 warnings) ERROR in ./src/components/style.vue...

Is this library completely node-only due to the way you've built it using Node-based tools ( `request-promise`, `Buffer` ) or due to Spotify API restrictions? Ultimately, I'm trying to get...

Expansion in CSS can't be done with the Tab key when Autocomplete is enabled; it just indents the code. To expand an abbreviation, you have to select it from the...