Joe Pea

Results 1860 comments of Joe Pea

This would be good to make configurable as an option that can be passed to the service worker perhaps. We should make a service worker file be consumable instead of...

This would be super useful for custom elements that have custom-rendering. For example, imagine some custom elements that render to WebGL: ```html This is some text rendered with WebGL shaders....

A workaround is to change this, ```js import { createEffect } from "solid-js" import { createMutable } from "solid-js/store" ``` to this ```js // import { createEffect } from "solid-js"...

It would be nicer if I could disable all source transformation to keep native `import` working as expected: - https://github.com/modernweb-dev/web/issues/2986

The error was happening during an incomplete `git merge`. I ran `git commit` to finalize the merge, and that made the error go away. It would be sweet if the...

@copilot Finish porting the remaining behaviors.

The source of this bug is the `Vim: Override Copy` option. Disabling this option fixes the issue.

Ok I found a workaround: 1. Remove the `meteor-base` package from the server, which normally provides these package dependencies: `meteor`, `webapp`, `es5-shim`, `hot-code-push`, `ddp` 2. In its place, add the...

Hello. Where is the `@Injectable({` code? No [search results](https://github.com/search?q=repo%3Awindmill-labs%2Fwindmill%20Injectable&type=code). I'm investigating the same error I have with latest SvelteKit which uses Vite and Rollup.