Jacob Lott
Jacob Lott
After building project with ./manage_sh up I use ./run_tests.sh. This leads to _"Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?"_ This is traced back to _" ERROR:...
Currently the scheduling algorithm uses round robin to determine how tasks should be running. Although adequate for many simple tasks, this can lead to issues like poor perfomance on long...
This is addressing Issue https://github.com/theseus-os/Theseus/issues/529 As development on Theseus continues the importance of a "no-thinking-required" format increases. This is where `rustfmt` comes in. Based off previous discussion we will not...