Joe Pea
Joe Pea
I you happen to have the solid-start project inside a parent NPM project (f.e. a monorepo, etc), try moving the solid-start project outside of the parent NPM project. That's one...
I did a small exploration and I got types from `jsx-runtime` working locally. Here's a patch to `@stencil/core` in my `node_modules` (which I've tracked locally using the nice [`patch-package`](https://www.npmjs.com/package/patch-package) package...
I've made a repo where I've gotten a stencil app with `jsxImportSource` working, with a couple things left to iron out: https://github.com/trusktr/stenciljs-core-issue-6181-jsxImportSource Note this depends on an unpublished version of...
If I change it from `
This update will still require people to update their build setups (or importmaps). The idea in https://github.com/mrdoob/three.js/issues/29156#issuecomment-2457694632 would fully avoid the requirement for build setups to be updated, while providing...
@sandersn It doesn't seem that you addressed the problem @Qwertiy described in his [above comment](https://github.com/microsoft/TypeScript/issues/40635#issuecomment-696314323). The problem is, no matter which way is chosen (you're describing the two ways we...
Is this abandoned? The demos satisfy a variety of use cases where the visual effects are great (in some cases, the coloring is less realistic than desired, but everything has...
I had this same issue. On GitHub Actions (or continuous integration in general) the shell is in non-interactive mode, and a non-interactive shell does not expand aliases by default. Add...
Sywac isn't well documented, but it has a way to specify colors like this: ```js // See http://sywac.io const cli = require('sywac') cli .string('-c, --cloudEnv ', { description: `The cloud...
@titoBouzout @bigmistqke releasing this tomorrow (Sunday). In particular, check out the type tests to see how it works exactly: - src/jsx-types-solid.test.tsx - src/jsx-types-react.test.tsx The `on*` properties on the class are...