- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens synced commits to pycord-port at Chewing_Bever/didier from mirror
-
a734191973 Add command to join threads that Didier is not in yet
-
9a999fb34b Automatically join threads, add placeholder code for pin context menu
- Compare 2 commits »
Jef Roosens synced commits to pycord-port at Chewing_Bever/didier from mirror
-
93ede132a2 Memegen slash commands + autocompletion
Jef Roosens synced commits to pycord-port at Chewing_Bever/didier from mirror
-
a71232e292 Custom commands cleanup, remove train for my own sanity
-
81a0d90a12 Leaderboard cleanup
-
ca687956f6 Rework last leaderboards
-
062d54722b Rework bc, rob & poke leaderboards
- Compare 4 commits »
Jef Roosens synced commits to pycord-port at Chewing_Bever/didier from mirror
-
7ad2bf351e Remove broken libraries & functionality, format slash command usage
-
06dc3d3fb9 Create updated leaderboards
-
829729c8db Disable IPC
-
eaed08168c Inspire slash command, defer jpl table
- Compare 4 commits »
Jef Roosens commented on issue vieter-v/vieter#68
Add requirements to readmedon't forget the garbage collector
Jef Roosens commented on issue vieter-v/vieter#68
Add requirements to readmeaiohttp is needed for the Python testing tool.
Jef Roosens commented on issue vieter-v/vieter#68
Add requirements to readme``` #include "archive.h" # Please install the libarchive development package for example: `apt install libarchive-dev` ``` we can add these sorts of comments to includes apparently.
Jef Roosens opened issue vieter-v/vieter#68
Add compilation requirements to readmeJef Roosens pushed to multi-arch-repos at vieter-v/vieter
-
a9f379c810 Some small changes [CI SKIP]
Jef Roosens commented on issue vieter-v/vieter#57
Memory leakMy memory usage seems to have stabilized at 4.5MB.
Jef Roosens pushed to multi-arch-repos at vieter-v/vieter
-
f7171b822d Attempted split at multi-repo/arch support, segfaults atm [CI SKIP]
Jef Roosens commented on issue vieter-v/vieter#57
Memory leakSadly the memory usage still seems to be going up.
Jef Roosens commented on issue vieter-v/vieter#57
Memory leakPossibly fixed by 3379db017d, will need to see in a few hours.
Jef Roosens pushed to dev at vieter-v/vieter
-
3379db017d Added garbage collector to builder image
Jef Roosens opened issue vieter-v/vieter#66
Move away from garbage collectorJef Roosens pushed to dev at vieter-v/vieter
-
a4346aad39 Switched to boehm garbage collector
Jef Roosens commented on issue vieter-v/vieter#57
Memory leakAfter two days, my server is already at over 100MB of memory usage. I think it has something to do with the healthcheck allocating some new memory every 30s, which can add up over time.