czapek
czapek
# Explanation of the idea The funny star thingy at the bottom of results panel. Feels like a nice thing to have :+1:  # Handling the rating request Still...
Currently Aero is lacking any sort of IPC layer, whether it be UNIX domain sockets or a custom IPC solution. Together with @Andy-Python-Programmer we came to a conclusion that for...
The following assertion fails when the framebuffer is too big preventing managarm from booting on some hardware. https://github.com/managarm/managarm/blob/5e6173abb2f2b1c365e6774074380255bcccf3a5/kernel/thor/system/framebuffer/fb.cpp#L123
While testing the nightly image built at 2022-01-10T13:43:25 on my computer (H81M, i5-4690K) I ran into this crash in `Controller::EventRing::processEvent` on this line: https://github.com/managarm/managarm/blob/d1d5afe509ce401d34d79be413b3ba64d22cd765/drivers/usb/hcds/xhci/src/main.cpp#L512 It did successfully mount the USB...
Fixes #527
Running inside managarm on managarm/managarm@d1d5afe509ce401d34d79be413b3ba64d22cd765 and on mlibc on managarm/mlibc@afd11daf4565943f8265b2c1ed2a9116e7a4ba4f, sadly I didn't get to test it on any newer commits because managarm refuses to boot on managarm/managarm@b7541786d2e52a94dd19d2108d5639760e0e8b43 :^) I...
Is there any built-in way to parse the multipart data? Or has anyone ever tried doing that? My request headers looks like following: ``` Accept-Encoding => gzip, deflate Content-Type =>...
All I saw is able to use with `crow::response::write` is a `std::string`. I would like to be able to write raw bytes to my response. Is this possible? If so,...
Due to the lack of /bin/bash xbstrap doesn't work on Nix OS when recipes shell out. References to /bin/bash should be replaced with `/usr/bin/env bash`.