Beeno Tung
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"`:  With `class="lang-css"`: 
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 ``...