Jacky Zhao
Jacky Zhao
Still observing this in 1.0.7 and this is preventing us from using Bun in production. `ws.on('message', (evt) => console.log(evt.data.toString())` works as expected but `ws.onmessage = (evt) => console.log(evt.data.toString())` for example...
 short toc shouldn't be cut off, if the toc is less than the height (50px), we should hide the overflow gradient
yeah probably need to account for scaling factor
we can re-export types and publish them, seems reasonable
if theres a way we can export as @types/quartz or something that would be awesome, im think we can just have a flat file that re-exports everything that might be...
i believe i still have https://www.npmjs.com/package/@jackyzha0/quartz-lib if we want to use that as well (and yes, i was referring to definitelytyped haha, I've seen plenty of hacky libraries there so...
ah forgot about that, yeah lets do that another time then, not super urgent we can keep it there for now but lets move it when its time for productionizing
Could we add it as a soft [peer dependency](https://nodejs.org/en/blog/npm/peer-dependencies)? should solve the cycle problem
This issue should be fixed in [Quartz 4](https://four.quartz.jzhao.xyz/). I'll be closing it for now but please reopen this issue if this persists in the new version.