NullVoxPopuli

Results 847 comments of NullVoxPopuli

is it sufficient to have bundlephobia to just measure the file sizes in `dist`?

My package.json declares 'exports' as main is insufficient (and also allows files to be 'wherever'). Will bundle phobia support 'exports'?

What if the next version of bulma: - supports css variables - does not support any browser that does not support css variables. Personally, this would allow my app to...

I switched from bulma to shoelace. Couldn't be happier. Native CSS variables!

oh, I didn't know about `mode: :wrap` -- i'll try that out! :-)

here is what I found: ``` ruby renderer.line do stream do foreground ALERT text msg, mode: :wrap end end ``` does not render anything but this does ``` ruby renderer.line...

It's also possible I'm rendering very inefficiency. lol

Thanks for the help! And yeah, that's the project I'm working on :-) I made some changes as to when I'm rendering last night which seemed to improve performance on...

thank _you_ :-)