Chris Lorenzo

Results 9 issues of Chris Lorenzo

https://github.com/PolymerElements/iron-input/blob/master/iron-input.html#L168 Standard for polymer change events is not to bubble.

breaking-change
p1 - backlog

With the current structure, going through assignments is difficult. I'd recommend changing it to the following setup: 1. Have an index.html + solution.js file that participants work from. The index.html...

This is a simpler way to change the read property that follows closer to how React does it. Some folks taking this workshop might relate to this approach better. Good...

In dev mode solid-js module is being dedup to ensure its only being bundled once. But when you build for production its not and thus solid-js can be bundled twice...

https://github.com/filaraujo/akyral-modal/blob/master/akyral-modal.scss#L46

### Describe the bug Matching a segment is taking ~45 ms due to localeCompare. This only happens when deep linking - the base route doesn't have an issue. ### Your...

I work on the Solid Lightning and added the universal rendering support. I have the playground working with: ```jsx import { renderSync as render, View, Text, startLightning } from "@lightningjs/solid"...

Checking out the project and `pnpm i` and `pnpm run dev` throws the following error: ✘ [ERROR] "unocss/vite" resolved to an ESM file. ESM file cannot be loaded by `require`....

Using the universal renderer - I have a property `style` for nodes which is never dynamic. Is there a way to list certain props / attributes as never dynamic to...