Joe Pea
Joe Pea
> This has worked before, I think the refactor has broken a lot of things. 😞 Unfortunately some things can break in the name of progress. Really sorry about that!...
> You are right, the problem is, that `pnpm -r` will run in _concurrency_ (currently _4_ processes); I simply call `lint-staged` now with `pnpm -r --workspace-concurrency=1 lint-staged` and everything works...
@agaudreault-jive I'm using lerna with workspaces as git submodules, and `lerna list` works for me. I think you should open a bug report for that one. --- What I would...
Hey @nitipit, thanks for the ideas! We're going for plain CSS because web developers' tools for CSS already work with that. For example, if someone writes CSS inside `` in...
This is old. Since we've greatly improved reactivity and life cycle handling in the update to `classy-solid` and standard JS decorators, this is probably long gone. Furthermore, this issue, -...
this is done. unpkg and skypack are unmaintained and don't even work with latest code. jspm.dev and esm.sh both work (although they both tend to duplicate dependencies, which will eventually...
Tested property functions, this is still an issue.
There are too many inconsistencies with delta values across browsers, even today. Related web spec issue: - https://github.com/w3c/uievents/issues/181
> TBH I'm a bit lost in all these ways of importing libraries Yeah. It'd been a mess! Things are starting to stabilize now that Node.js has ESM. It'll be...
Deno is a whole 'nother beast. I think this weekend I'll start with this issue first, to help me get more familiar with everything. :)