Julian Cataldo
Julian Cataldo
Hello there, Here is my temporary fix, it does seem to work at first glance. Before: ```ts import assert, { AssertionError } from 'node:assert/strict'; ``` ```ts import { AssertionError }...
For an SPA, this can lead to unwanted app state reset. That might not be clear to the user, even if it can be a wanted behaviour in some cases,...
Hey! This is the script I'm using right now, the goal is to have a live feedback loop during dev. ```ts import { exec as _exec } from 'node:child_process'; import...
For anyone in the same situation, I think using an agnostic solution that play nice with Lerna could be something like this: https://www.npmjs.com/package/syncpack
Hello @pgoforth, I'll get some time 3 months or so, in the meanwhile, I could give you a maintainer role for the org., and I'll just do a quick review...
Regarding the testing side, I've experimented with open-wc web test runner for custom elements mounting points, lit-ssr (for, well, testing SSR capabilities), Gracile (for convenience) and Playwright (for more intricate...
Wow. Thanks for your insights! Definitely some valuable ideas here. For the CSS workflow, user do their choice here, like you did, or like I did for the vendor UI...
Never seen this `depends` feat. of JSON Schema, at least in their modern versions (Draft 4 and newer). Only https://rjsf-team.github.io/react-jsonschema-form/docs/json-schema/dependencies/ is known to me. Similary, I think `definitions` is now...
Closing this in favor of https://github.com/json-schema-form-element/jsfe/issues/19
> Hi, Thanks for sharing `Gracile` itself. It sounds interesting, but I think this kind of tool is over-engineer lit again which is against the most powerful features of `lit`...