Sylvain
Sylvain
> I doubt using gcc-multilib with musl is the right thing to do but I could be convinced otherwise. I'll try experimenting with using --nostdlibinc and/or -nostdlib but it isn't...
No flags are used, the build command is as simple as `cargo build --target x86_64-unknown-linux-musl --release` Are those flags special `ring` requirements, or are they workarounds to have MUSL compile?
Hello, Thank you for reaching out! I'm open to a physical edition, but here are a few observations: From what I understand, Self-publishing a paper edition is now easy thanks...
PS: For the people interested in a paper edition, please feel free to subscribe to my blog (https://kerkour.com/subscribe/), or this issue (on the right) where I will publish the updates.
Hello, At the moment no self hosting guide is available, but you can find a .env template file here: https://github.com/skerkour/bloom/blob/main/bloom/env.example if it doesn't work, you can find the configuration code...
https://github.com/skerkour/bloom/issues/7 is a prerequisite as tokio's API may have evolved. So we first need to wait for `actix-web` release.
Hey, Thank you for the report! I totally agree that today the chatbox emit far too much HTTP requests. When designing the chatbox, WebSockets and SSE were also considered but...
Thank you for this awesomely detailed report! I've added the issue on the current roadmap (https://github.com/skerkour/bloom/projects/3) and I hope to be able to fix it before the end of the...
Hey, Thank you for the feedback! For sure (federated and local) communication is in scope! Actually the chat part is planned under the name "Inbox". The idea is to make...
Also, Feel free to discuss you ideas about the implementation, wanted feature and anything related in this issue :)