Ben Gubler

Results 125 comments of Ben Gubler

As far as I understand, "deno upgrade" doesn't support working with multiple versions of Deno at the same time. That would be a very useful feature, especially given that (with...

Sorry for the late response! I've been out of town for a while. @MarkTiedemann those all look like great options! I didn't realize so many people had created version managers....

By drawing on the screen, I mean like individual pixels and shapes, not VGA.

@phil-opp Thanks! Do operating systems like Apple, Windows, etc. use a VGA framebuffer or do they do something different?

Cool! Well, I'll work on figuring them out and maybe someday I'll write a tutorial and make a pull request :)

@phil-opp just from the limited research I've done, it looks like it'd be way easier to do with a UEFI kernel set up first, since VESA and VBE (I think?)...

@phil-opp any updates on using a framebuffer?

Any updates?

@phil-opp that seems really nice

So... any updates? I need my library to work with CommonJS. Right now, with `libraryTarget: 'umd'`, it works in the browser but not with CommonJS.