Neef Rehman

Results 23 comments of Neef Rehman

@jsimoni how did you truncate the plan before sending it to the action? I've just tried a couple of different ways but am just getting an empty details block

@Andarist Thanks! This also makes the performance panel make a bit more sense. It does look like the loading of the font is interrupted, which I'm guessing now is because...

@Andarist Thanks for the details! I'm not that experienced with critical extraction so this is interesting. I assumed you could extract the styles to the `head` immediately at build time,...

>Maybe your font is too different from the fallback one? And the reserved space for it is just not enough for the final one which results in a layout shift...

>I assume that you want to use non-emotion class names though, right? And this is why you need the cx? Yes exactly!

I've just implemented the workaround by importing the `@font-face` rule as JSX into the `Head` [from `globalStyles.tsx`](https://github.com/neefrehman/Generative/commit/a9758b24096be7c8156dc7d2a976a5fdc6b24cce#diff-1c98c9fb4cd17aa8af558050d03e09d3d8374b350cca1bc95a7aca35934ca276R4-R17) so the styles are still co-located. I had to use `dangerouslySetInnerHTML` however, as...

Since I've attempted a few different ways of CSS extraction I thought I'd put a bit more rigour into a test. Here are the links for each strategy as well...

Hi all! I've opened a related issue in p5 (https://github.com/processing/p5.js/issues/4546) as the problem there still exists, and wanted to check in on this issue too since it's still open. @therewasaguy...

@awaer yes they should be generated by the editor, but usually this is only possible if the library emits a `.d.ts` file, which I don't think canvas-sketch-util does. I'm using...

@ckifer @nikolasrieble thanks for your comments! I've just split the changes out into multiple PRs, and have added an interactive demo of these changes to the `demo` directory, so you...