Jonas Thelemann
Jonas Thelemann
#92 proposes a fork where this issue is fixed.
With postcss v8.2.12 I receive the error ``` #22 33.41 ParserError: Syntax Error at line: 1, column 51 #22 33.41 at /srv/app/node_modules/plyr/dist/plyr.css:1:2198 ``` See this [build log](https://github.com/dargmuesli/creal/pull/93/checks?check_run_id=2415446571)
Now that postcss-preset-env v7 is out, monitor https://github.com/nuxt/nuxt.js/pull/10060 and https://github.com/nuxt/nuxt.js/pull/9671. In the meantime you can add the following to your `package.json`: ```json "resolutions": { "postcss-preset-env": "7.0.1" } ``` Please tell...
I just had a weird bug migrating to Nuxt's v3-bridge: `Class extends value [object Module] is not a constructor or null` coming from [class WebSocket extends EventEmitter](https://github.com/websockets/ws/blob/3fadd7a2005079b60d8aadb770f055990febf02d/lib/websocket.js#L43) while on Node...
I tried offering my support (https://github.com/nuxt/framework/discussions/4761) but currently receive no more replies from @pi0 sadly (there has been one though 🤗). It seems to me work overloads the Nuxt team...
Are you using a self signed certificate? As a workaround, try to add the last line of the following snippet (`insecure-skip-tls-verify`) to your `~/.kube/config`: ```yaml apiVersion: v1 kind: Config clusters:...
I fixed this once for me by simply adding `.trim()`: https://github.com/Dargmuesli/materialize/commit/b1a32c91b14ef388397e0b4fbac1e314832ee816#diff-338f03716a63d52eee0f79b4510d617c I guess for v1 it needs to be added (at least) here: https://github.com/Dogfalo/materialize/blob/4a68ebd12c85b81e188988760ec6f16899864da3/js/select.js#L365 I'll have a look at it...
@dobromir-hristov friendly request to add this to the docs too :raising_hand:
I can confirm this issue. I traced it down to being related with the existence of a `withAsync` helper. Having one in place yields:  With the rule being: ```ts...
I can do that, yes. But I'd like to explain why the first parameter is not used anymore too. I don't know that though. Why is that? What was its...