Tim Satke

Results 30 comments of Tim Satke

Please wrap the code into three backticks (`)

I'd consider adding empty `.gitkeep` files in all directories.

I request admin permissions, then I quit Warp, restart it and wait until it gives me the update option. @elviskahoro

I have to restart anyways because of this. After restarting, I also have to wait here. Usually takes 1-2 Minutes on this machine.

I think the best way to continue here is to just provide a PR with the changes, preferably with screenshots if there are changes to the ui.

What exactly do you mean with "UI Design"? A window server? A theme for the blog? In any case, I think it would be beneficial if you could outline what...

> Create a proc macro to collect tests, similar to the official #[test] attribute. We could base this on the inventory crate. Sounds intuitive, however, when doing so, I get...

Works for me as well. This is more of an integration test solution though. I'm starting the tests via `#[test]` methods from my boot crate, and there's not really a...

I'd love support for more resolutions, such as the default 1280x800x256 that the new [bootloader 0.11.3](https://github.com/rust-osdev/bootloader) uses. The API is pretty nice, but `set_video_mode` wants an enum `VideoMode`, which I...

I'm just going to hijack this issue - I've submitted two PRs with functionality that I currently implemented myself in the kernel. I would like to further contribute (after those...