Carlos Scheidegger

Results 38 issues of Carlos Scheidegger

I've tested this on v1.21.2 and v1.22.0, both on macOS. Minimal example. Create these files an empty directory: ``` $ cat compile.jsonc { "compilerOptions": { "allowJs": true, "lib": ["DOM", "ES2020"],...

bug
needs investigation

## Failing module - **GitHub**: https://github.com/medikoo/cli-color - **npm**: https://www.npmjs.com/package/cli-color ```js import cliColor from 'https://esm.sh/cli-color'; ``` ## Error message After running `deno run` I get this: ``` Download https://esm.sh/cli-color error: Expected...

bug

This report appears specific to using (either of) skypack or esm.sh to get a ES6 module version of ajv. I see the issue in both Deno v1.16.4 and Chrome 96.0.4664.110...

compatibility

`Intepreter` => `Interpreter`

## Prework - [x] Read and abide by **gt**'s [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md). - [x] Search for duplicates among the [existing issues](https://github.com/rstudio/gt/issues) (both open and closed). ## Proposal...

Difficulty: [2] Intermediate
Effort: [3] High
Priority: [3] High
Type: ★ Enhancement

This commit fixes a small number of typos in Chapter 4.

While linting the bundled releases of [quarto](https://quarto.org), we've noticed that deno-dom pollutes the global scope. We narrowed it down to [nwsapi.js:367, etc](https://github.com/b-fuze/deno-dom/blob/master/src/dom/selectors/nwsapi.js#L367). The upstream [nwsapi](https://github.com/dperini/nwsapi/commit/69fdeae62574b0ee8b17510700c0274de16aebc8) library has fixes for these....

Note the discrepancy with case sensitivity of some attributes (specifically, `viewbox` vs `viewBox`). On Google Chrome: ``` > (new DOMParser()).parseFromString('', 'text/html').querySelector("svg").attributes.getNamedItem("viewBox") viewBox=​"0.00 0.00 370.99 246.71" > (new DOMParser()).parseFromString('', 'text/html').querySelector("svg").attributes.getNamedItem("viewbox") null...

Version: Deno 1.40.2 I apologize for not being able to find a clean example to share. We're trying to update [Quarto](https://quarto.org)'s bundled deno to 1.40.2 and we've run into a...

bug
needs investigation
node compat

Please: - [x] Check for duplicate issues. Please file separate requests as separate issues on GitHub. - [x] Clearly describe the goal of the feature request. Why is it needed?...

feature-request