Tommy Josépovic
Tommy Josépovic
## Failing module - **GitHub**: https://github.com/parcel-bundler/source-map - **npm**: https://www.npmjs.com/package/@parcel/source-map ```js import SourceMap from "https://esm.sh/@parcel/source-map/"; ``` ## Error message After running `deno run` I got this: ``` Download https://esm.sh/@parcel/source-map/ error: Import...
Tested on Oak 9.0.1 and Deno 1.14.0. When two routers are used by a common router, the middlewares from the first registered router get applied to the second registered router....
## Problem to solve When using Orbit, most components require the developer to have the documentation in mind in order to use the components properly. If the developer doesn't already...
## Describe the bug The tilde "~" import used in Orbit to import styles from the `node_modules` folder is not a standard CSS feature and most CSS pre-processors do not...
## Describe the bug The `Checkbox` component has some odd behaviors when compared to ``, when reacting to a user input. - The onClick event is fired twice, once for...
Currently, `deno_cache` only supports URL imports. The only way to add an `npm:` module to Deno's cache is to: - Import it with a static import. Not ideal since it...
## What changed / motivation ? - Moved the logic that display the line `{key} value must be one of:\n` further down the codebase to be able to display a...
**The problem** When disallowing a property with the ESLint plugin, the error message is: ``` {property} value must be one of: {reason} ``` While not completely incorrect, it's slightly misleading...
Hi! After having used Deno for a while, I noticed a small but frustrating inconsistency in the FileSystem API related to file URI schemes. Currently, the FileSystem API behaves like...
Issue: #1229 ## Summary Removes the warning "An input component must either have a 'aria-label' attribute..." when a `` is present. ## What I did I moved the validation logic...