Matthias

Results 18 issues of Matthias

While writing my hypervisor, I noticed crashes after 10 seconds. After a week debugging this issue, I realized that reading CR4 using this crate is the issue. ``` INFO: CR4...

It'd be nice to save previous chats (kinda like ChatGPT) to access them again in the future.

help wanted
p1
feature

Instead of using the identify npt, we should allocate a dynamic npt over the system physical memory ranges. - [ ] Add option to use dynamically allocated NPT (replace with...

enhancement

This is the tracking issue for all changes that are done in the original OBS repository and that need to be implemented here. - Added `allow_srgb_alias`: https://github.com/obsproject/obs-studio/blob/7e9b071a6c4443772085dacdbc0c6cd5e31adbcc/plugins/win-capture/graphics-hook-info.h#L116 - Add hook...

enhancement

Design should be similar to the posts: Current version: ![image](https://github.com/not-matthias/apollo/assets/26800596/e5bc3228-c024-4d39-9cb8-8223f4b470a2) Possible design (posts page): ![image](https://github.com/not-matthias/apollo/assets/26800596/68805595-6dc7-467d-9463-04360213110f) --- The same could be done for the Taxnonomy overview page.

Should use WASM-based libraries to reduce the network footprint: - https://github.com/cloudcannon/pagefind - https://github.com/tinysearch/tinysearch (only support word search)

enhancement

![image](https://github.com/not-matthias/apollo/assets/26800596/32703a15-778e-434f-974c-4a20ef163d81) It also doesn't look as good in the bright version: ![image](https://github.com/not-matthias/apollo/assets/26800596/3b06f8cc-69f4-4e95-b447-148a10f1b275)

bug
good first issue

It'd be neat to be able to use Metatrader, because they are broker independant. They already have a ton of implementations for other exchanges, which would make this very useful....

Forgot to include `extern crate alloc` in #14. All tests pass now.

Should contain: - Process: - Read/write memory - Pattern scan - Modules Later: - Config - Overlay Pass it as a parameter for now. Passing it globally is kinda complicated,...