Benjamin Kindle
Benjamin Kindle
When installing, I noticed this warning. Not sure if it's expected or not: > mv: rename /Users/benjaminkindle/nonroot/System/Library/Extensions/AppleIntelCPUPowerManagement.kext to /Users/benjaminkindle/BackupKexts/AppleIntelCPUPowerManagement.kext: No such file or directory When I start in safe mode,...
Here's the info ``` Model Name: MacBook Pro Model Identifier: MacBookPro15,1 Processor Name: 6-Core Intel Core i7 Processor Speed: 2.6 GHz Number of Processors: 1 Total Number of Cores: 6...
Is anyone seeing something broken because of this, or is it only the console error?
That would be great! if you don't find an easy solution, I'd also be open to just removing the decorator. But then there's the question of whether a consumer will...
Oh yes, I haven't done anything to make the "show code" feature work. Thank you for opening an issue.
I have a process mostly set up using semantic-release. (added in [this commit](https://github.com/literalpie/storybook-framework-qwik/commit/e6b5d08bf067309cc2198c8b930f2f05dae7a996#diff-b6a7c5aaa11626cf4a0cae4d54afa43636af88d9649d4e513b96ad831376ae94)). I'll probably stick with that for now. The big remaining step is getting this set up with...
I took a stab at trying to get ssr stuff working with qwik+sb. I did what I assume is the "easy part". I updated the render function to use `renderToString`....
@zkochan sorry for the ping, but has this issue been looked into at all?
I think this is a minimal example: https://stackblitz.com/edit/vitejs-vite-obprn36n?file=src%2FApp.tsx&terminal=dev
Compared to a current build that takes 10 seconds today (5s in pandabox, and 5s on other transforms), this change should make it take 5 second. Because the worker is...