Joe Pea

Results 1897 comments of Joe Pea

I'm trying to understand as well (I forked this repo to get https://GitHub.com/Lume/autolayout updated to fit in well with Lume TypeScript build, native ES Modules, etc, in order to finally...

Might be nice to support any others like GitLab too while at it, and the UI could have a select to choose which repo host to use. F.e. GitLab has...

In the meantime there's a plugin to enable standard CSS Modules in Vite: [vite-plugin-standard-css-modules](https://github.com/JulianCataldo/vite-plugin-standard-css-modules)

As far as `this` stuff, if `createComponent(a.render, {})` is the generated code, then yeah I think it would be convenient for it to be called with `this` as the instance,...

The most ideal solution would be if JSX were updated to have syntax that lets users be 100% in control. It would be similar to Lit's `html` syntax (in effect,...

I installed the following "Better Mako" VS Code plugin for mako syntax support, and it introduces syntax highlighting as well as code formatting (I think it might be VS Code's...

I don't know much about Vite, so I'm not sure this is related, but I am getting duplicate modules breaking my app, and using `resolve.alias` is not helping and only...

Maybe my issue is not optimizeDeps-related. Changing my `alias` config to following no longer has a missing module error, and duplicates are prevented: ```js alias: { 'solid-js': path.resolve('./node_modules/solid-js'), }, ```

@Koooooo-7 I agree that we may be able to do it better, but I think having GitHub behavior at least be optional (and possibly default) would be great so that...

I would love to get this merged, but there's one question we haven't chatted about yet: > 1. Does this need to be in core? Or can it be an...