(no title)
3stripe | 11 months ago
Am also investigating xterm.js currently.
Anything that uses too much CSS (eg tries to 'construct' layouts with it rather than just rending text) seems a little fragile.
3stripe | 11 months ago
Am also investigating xterm.js currently.
Anything that uses too much CSS (eg tries to 'construct' layouts with it rather than just rending text) seems a little fragile.
dtagames|11 months ago
Ideally, JS is only for computation, HTML only for making content containers, and all layout and appearance is in CSS.
wruza|11 months ago
And gp is absolutely correct about it being fragile, cause it’s fragile as hell.