Glenn Töws
Glenn Töws
Seems like the V5 beta removed the conditional loading of next/headers only for RSC (which was added in a certain minor/patch version of V4), so people using pages router (like...
Edit: The "dependency" and "dirDependency" support doesn't help with this problem. Stencil makes the correct calls to PostCss for every file, but the error lies in using a cached version...
First version didn't work, so after further investigation I think I found out why this whole Tailwind stuff is not working in Watch mode. The dirDependency messages are not relevant...
New version adds an option to the config of the plugin: The optional plugin `alwaysParseNonCachedCss` allows the user to force the plugin to manually read a non-cached input version of...
Half of all framework dev servers depend on this dependency and the fix is a few lines of codes with easy replaces and we still don't get an official patch...
This is blocking us right now as well. We're bundling preact alongside our open-source project and need it's types to be included, but resolving fails because it always looks at...
@nikwen After looking a bit into it, there are several ways to implement this. I think getting inspiration from the app-region CSS prop is the best path (also performance wise)....
@nikwen Problem is that this also implies the "z-index" of the views in the window, which is bad if you want to have a cutout with interactivity that can overlay...
Could be one way to go. I noticed that it's possible to define a similar logic to the app-regions, where during draw we can define one or more (coverable!) regions...
Occuring the same issue while using gr2m/universal-github-app-jwt. They obviously generate an ArrayBuffer, but importKey fails with the exact same type error. I can also replicate it simply by doing `await...