Berkus Decker

Results 207 comments of Berkus Decker

I wonder if [boa](https://boajs.dev/blog/2024/03/07/boa-release-18) could become a JS engine to power the extensions.

I'm not sure it should list folders as entities, but pulling all files from the subfolders and showing them nicely could be useful.

I have made a small change that collects files from all subfolders and shows them, not as nice as I would like it to, but it works http://pic.madfire.net/scr/ One thing...

@ewen-lbh is this (variation of) your code that has been published? I'm on the phone but still see way too many similarities.

Okay then, just asking.

Hello, when is this gonna be merged?

@IsaacWoods I'm using `xargo run` to build and run my kernel in qemu (by using .cargo/config to specify which commands to run, see for example [here](https://github.com/metta-systems/vesper/blob/rust-boot-experiments/.cargo/config#L2)). I expect `cargo xrun`...