Eric Dubé

Results 333 comments of Eric Dubé

I like this idea. Here are some important considerations that come to mind: - widgets should be apps - we have two options: - decouple iframe from UIWindow - requires...

We've talked about this before - this is something we plan to do eventually! (i.e. core team scope, although we would also accept contributions (of high quality, because the feature...

In discussions with the community (mostly via Discord at the moment) we seem to be leaning toward the direction of x86 emulation rather than something like emscripten. With this approach...

A few things come to mind: - Although stop and Ctrl+C should be the same, I think I've only observed this once or twice and I usually use Ctrl+C -...

This means `globalThis.puter` is undefined, which is unexpected. Is it possible the Puter SDK doesn't work properly in this version of Chromium?

Does this occur on the stable build of Chromium too? > (idk how they do it though) AFAIK, WebGPL rendering and then analyzing GPU-specific behaviour. It's _wild_.

> Why are you using canvas and WebGPL for this? We don't do this; xtermjs does this. (edit: I don't believe xtermjs uses WebGL; I was mentioning that in different...

Unable to reproduce on `Version 123.0.6304.0 (Developer Build) (64-bit)` from the `chromium-snapshot-bin` AUR package.

Good catch! I had a suspicion that third-party "something" would be involved. Although it seems to be in the opposite direction I'd expect; third party partitioning **enabled** should be _more_...

> Just use the as input, send the command on ENTER. I could just as well say "just use xtermjs". The textarea input handling is still not trivial, considering: -...