Simon Skoczylas

Results 15 comments of Simon Skoczylas

Is this issue stalled? I would like to upvote the`:host` suggestion. Why? because it is necessary to select the root element of a component without using an `id` or `class`...

I am facing the same issues regarding `ts-vitest` and `js-vitest` `SyntaxError: The requested module 'solid-js/web' does not provide an export named 'hydrate'`

> I tried to fix ts-vitest: #49 Hmm, your changes don't fix the issue on my machine. Strange.

> I'm able to run `ts-vitest` with no issues > > [Stackblitz ⚡️](https://stackblitz.com/edit/github-lqdlcs?file=src/todo-list.tsx) But you not tried to execute `npm test` in `ts-vitest` right? Even in your Stackblitz example the...

> As I already stated, you need to use pnpm. npm and yarn force their resolver on vite, which somehiow breaks the module resolution, because it attempts to get two...

You can check the overall usage of browser versions at [https://caniuse.com/usage-table](https://caniuse.com/usage-table) Please also check: [Web Components browser support](https://github.com/webcomponents/webcomponentsjs#browser-support) [Polymer 2.0 browser support](https://www.polymer-project.org/2.0/docs/browsers) [AngularJS Internet Explorer Compatibility](https://docs.angularjs.org/guide/ie) [Angular browser support](https://angular.io/guide/browser-support) I...

I am using Traefik + Docker with `docker.io/thomseddon/traefik-forward-auth` as middleware with the following configuration: ```yaml labels: traefik.enable: true traefik.http.middlewares.traefik-forward-auth.forwardauth.address: "http://traefik-forward-auth:4181" traefik.http.middlewares.traefik-forward-auth.forwardauth.authResponseHeaders: "X-Forwarded-User" traefik.http.middlewares.traefik-forward-auth.forwardauth.trustForwardHeader: true traefik.http.services.traefik-forward-auth.loadbalancer.server.port: 4181 ``` Unfortunately Traefik creates...

Thank you for the answer > If you set your JAVA_HOME to a x86_64 Java the plugin will pick a x64 node for you, IntelliJ lets you set a JVM...

@thouseef I was able to force an Intel version of Node on my M1 Mac by using the `os.arch` system property. Because it is used in the code to determinate...

Same here. As for now I just removed the quarantine attribute to be able to use the binary ```bash > xattr -dr com.apple.quarantine argocd-image-updater-darwin_arm64 ``` ```bash > argocd-image-updater-darwin_arm64 version argocd-image-updater:...