Benny Powers - עם ישראל חי!

Results 409 issues of Benny Powers - עם ישראל חי!

Depends on #20 Before: entire partial fails to load if subresource errors: After: log the failed URL and continue See tests: without this PR, the shadow content of the partial...

Adds changesets and CI

Following on https://github.com/justinfagnani/html-include-element/pull/7#discussion_r379845320, we'd like some atts to control loading behaviour. ## Strawman > Default loading behaviour should defer the `load` event until all loaded resources are finished. It should...

Builds cjs under cjs/index.js Also refactors to es6 in places closes #13

It would be nice if this was available as an es module. If you like, I'll make a PR which refactors to es6 and esm, and I'll add rollup to...

Let's say we're implementing a material design nav drawer: ![mio-components_assets_1nsuL8VDpBW_LZYXgabK1H0uq6icmmKYt_nav-drawer-intro](https://user-images.githubusercontent.com/1466420/75681889-26df2300-5c9d-11ea-9564-035dd07c3148.png) In such a case, I might want to keep a record of nav items something like this: ```js [{ name:...

hilla

`Route` objects contain cyclical references in `children`, `parent`, and `__children`, as well as methods like `action` and `getUrl`, etc. Attempting to serialize a `RouterLocation` or `Route` is likely to result...

enhancement
hilla
Impact: Low

Hello! # Problem Case Say our app is using `vaadin-router` for routing, and `apollo-client` for state management. All the app's state except routing information is managed by apollo, all the...

hilla

repro: ## tsconfig.json ```json { "include": ["@types", "src"], "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "moduleResolution": "Node", "target": "ES2017", "module": "ESNext", "plugins": [ { "name":...

hilla
Impact: Low
Severity: Minor

I have some components which are not rendered by the routing table, i.e. I switch them out in the parent component's template depending on the in-memory state of the app....