Matthias
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.
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...
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...
Design should be similar to the posts: Current version:  Possible design (posts page):  --- The same could be done for the Taxnonomy overview page.
Search
Should use WASM-based libraries to reduce the network footprint: - https://github.com/cloudcannon/pagefind - https://github.com/tinysearch/tinysearch (only support word search)
 It also doesn't look as good in the bright version: 
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,...