- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens commented on issue Chewing_Bever/lnm#9
Region allocatorIn this case, with a region allocator the best idea would be a fixed-size region allocator, where e.g. connection structs are reused (or perhaps a separate region per custom context if we…
Jef Roosens pushed to main at Chewing_Bever/homelab
-
35de046d69 baikal: add server config
Jef Roosens synced commits to master at Chewing_Bever/didier from mirror
-
d46a31a7be Merge pull request #182 from stijndcl/fix/markdown-names
-
165be35f8e Fix name formatting
-
35d1d871de Merge pull request #181 from stijndcl/return-dinks
-
cc75dd8909 Fix typing
-
685e4d953e Re-enable currency, add withdraw and cf
- Compare 5 commits »
Jef Roosens synced commits to refs/tags/v3.8.0 at Chewing_Bever/didier from mirror
Jef Roosens synced new reference refs/tags/v3.8.0 to Chewing_Bever/didier from mirror
Jef Roosens synced commits to refs/tags/v3.8.1 at Chewing_Bever/didier from mirror
Jef Roosens synced new reference refs/tags/v3.8.1 to Chewing_Bever/didier from mirror
Jef Roosens pushed to main at Chewing_Bever/lnm
-
854e8c3809 chore: add example for testing blocking tasks
Jef Roosens pushed to main at Chewing_Bever/lnm
-
d2972561e2 chore: add example for testing blocking tasks
Jef Roosens commented on issue Chewing_Bever/lnm#4
Multipart requestsMy current idea is to add a layer of abstraction to the reading of HTTP body data from the request. Instead of accessing the read buffer directly, LNM would instead expose a "read body" function…
Jef Roosens commented on issue Chewing_Bever/lander#48
Multipart-based API redesignMy current idea is to add a layer of abstraction to the reading of HTTP body data from the request. Instead of accessing the read buffer directly, LNM would instead expose a "read body" function…
Jef Roosens opened issue Chewing_Bever/lander#48
Multipart-based API redesign