Benny Powers - עם ישראל חי!
Benny Powers - עם ישראל חי!
given ```json { "schemaVersion": "1.0.0", "readme": "", "modules": [ { "kind": "javascript-module", "path": "rh-jazz-hands.js", "declarations": [ { "kind": "class", "description": "Jazz Hands", "name": "RhJazzHands", "slots": [ { "description": "Place element...
CEM [recently](https://github.com/webcomponents/custom-elements-manifest/pull/89#pullrequestreview-824415393) got a `deprecated` flag on most entities. It can either be a boolean or a string deprecation reason. We should support `deprecated` in the props, slots, events, methods,...
current: ```html ``` desired (in addition to src, as an option): ```html { "schemaVersion": 1.0.0, "readme": "..." } ``` or: ```js document.querySelector('api-viewer').manifest = { "schemaVersion": 1.0.0, "readme": "..." } ```
Currently, we rely on prop-drilling to pass state among components. Ideally, we would use something like the [Context API Community Protocol](https://github.com/webcomponents-cg/community-protocols/blob/main/proposals/context.md) to manage state and avoid prop-drilling. This may be...
currently, knobs are stored alongside the manifest format for each member. Ideally, knobs should have their own unique data format and reference their associated members by name and type. knob...
When clicking any of the `install` buttons, I see `Failed to add package` Inspecting console, I saw the following output ``` stderr: npm ~/.atom/packages/autocomplete-module-import/lib/project.js:64 stderr: ERR! code EHOSTDOWN ~/.atom/packages/autocomplete-module-import/lib/project.js:64 stderr:...
**Describe the bug** Running a node es module via a CLI, which works under normal circumstances, fails during the "prepare" script run as part of the semantic-release-action CI flow, with...
File Preview
I would love to have file preview while the cursor is on a file, in both the sidebar and float windows
CASE: > presets want to add noscript `` or `` elements to the head currently: each preset adds it's own `` element desired: preset adds a joining block in `_includes/_joiningBlocks/noscript-head/*.njk`
Sometimes you know you're going to have broken links, and you're ok with it. `check-html-links` should add some config to warn instead of error. When set, it should exit with...