Sebastian Ferreyra

Results 5 issues of Sebastian Ferreyra

After attempting to port a working Svelte 3/LayerCake app (using `npm i -S --force LayerCake`) I got the error above (`ERR_SVELTE_TOO_MANY_UPDATES`). To verify the bug wasn't on my side, I...

awaiting-something-else
advisory

Not tested yet because compilation is being blocked by an apparent `rollup-plugin-svelte` unexpected 'nowarn' option bug. Just opening the PR to possibly avoid somebody else doing the same work in...

```html import * as constants from './constants.js'; export default { computed: { style: ({ divider }) => { const group = divider.parent; const x = group.getLeft(); const y = group.getTop();...

The following CSS: ```css #app-root { ... } .widget { ... } .ticker { ... } .ticker .selected { ... } .positive { ... } .negative { ... } ```...