Michał Isalski

Results 16 comments of Michał Isalski

Take a look at the [test framework example](https://github.com/rust-osdev/bootloader/tree/main/examples/test_framework), which shows how to use QEMU to emulate a machine that runs this bootloader.

Could be useful: [elf_rs](https://crates.io/crates/elf_rs)

Related to #74

As there are PRs from me waiting from the end of July, and a bunch of reported issues, I don't think this project is alive anymore.

@madmaxio Not really, as I have other projects currently on the table. I could write a few bugfixes, but I'm not sure what would be the direction to take this...

Hi! The bug is happening because minimizing the window sends a Resize event with size (0, 0) which crashes the Surface configuration. That can be fixed by either checking the...

Hi! I have been searching for a discussion like this, as I was making a JSX addon to `blessed` forks. I have created an issue in `reblessed`'s repo about adding...

@KaKi87 As the maintainer won't probably have enough time to merge PRs to `reblessed` (certainly not ones like adding strict typing and refactors they could entail) I will create a...

Update: All hope is actually lost.

Hi! Seems like you need type definitions for this library. Unfortunately it doesn't have them, so you will have to write them yourself. E: I might make a PR with...