Beeno Tung

Results 132 comments of Beeno Tung

This can be easily patched nowaday. Thanks to the progress Javascript spec has made in the meanwhile. ```typescript let xs = SArray([] as any[]); Object.defineProperty(xs, 'length', { get(): any {...

Whatever forum is better than here. I think the main reason they use this site, is because the domain looks like job related, and political neutral. So it have lower...

Probably to avoid dead-loop in case of logical bug in the application.

The workaround is to explicitly install growl, maybe it's an implicit/missing dependency?

It seems to be issue in my system. When I used above workaround, the notice toast box appear differently (more like the gnome style). But that workaround doesn't work when...

Good suggestion, I'll add a link to the source file of each pages, maybe also show the code with syntax highlight

prismjs looks like great choice, mush smaller than highlight.js

I can get the basic syntax highlight working; trying to figure out how to enable two languages syntax highlight at the same time. With `class="lang-tsx"`: ![2](https://user-images.githubusercontent.com/6007292/172039222-4b1e0a18-7c3c-4b7c-9b85-410b154ad2c6.png) With `class="lang-css"`: ![1](https://user-images.githubusercontent.com/6007292/172039223-582ab16b-13f1-4849-82c0-5ffda0acdfa2.png)

Updated the deployed version to show source code of each demo pages. Will explore using regex to extract ` /* css */ ` and ` /* html */ ` and...

Maybe it would be helpful to omit the import statements for simplicity. (Updated to hide import statements by default but able to show them after click to expand (using ``...