Andreas Pfurtscheller

Results 12 issues of Andreas Pfurtscheller

When using the `$as` prop of my `StyledButton`, typescript complains with the following error on `StyledButton`: ``` Type instantiation is excessively deep and possibly infinite. ts(2589) ``` Here's a small...

PR welcome

When using `"type": "module"` in my `package.json`, the styled component import fails with the following error: ``` TypeError: import_tailwind_styled_components.default.button is not a function at Object. (/app/build/index.js:8624:214) at Module._compile (node:internal/modules/cjs/loader:1097:14) at...

I'm working on a Remix project right now, and wanted to include the vidstack player. Tried vime before, which gave me hydration warnings as stencil is injecting styles into the...

### Link to the code that reproduces this issue https://github.com/aplr/next_swc_plugin_issue Tested w/ 14.1.1-canary.25, 14.1.1-canary.26, 14.1.1-canary.27 ### To Reproduce 1. Build the application 2. Watch the build fail ### Current vs....

template: bug
area: SWC transforms

### Checklist #### General - [ ] I tested **all** changes and their related features with **all** corresponding user types on a test server. - [x] This is a small...

client
ready to merge
too-long-open

### Which packages are impacted by your issue? `@graphql-codegen/client-preset-swc-plugin` ### Describe the bug `next build` is running into a `SIGSEGV` for both`swc-plugin-graphql-codegen-client-preset-optimizer-test` and `@graphql-codegen/[email protected]` when upgrading to `[email protected]`. `13.2.3` was...

I'd like to also manage custom nameservers w/ terraform, i.e. use the following API: https://www.namecheap.com/support/api/methods/domains-ns/create/. However, this provider does not yet support this. Are there any plans to add this?

enhancement

If `EventTarget.removeEventListener` is called from within the listeners callback, this may result in an access to an array index which does not exist any more when calling listeners in a...

I want to run SRH in Cloud Run as a sidecar container, and it just feels weird that the redis connector blocks port 80 per default. I tried to configure...