Malte

Results 10 comments of Malte

I had the same issues, and compiling with `nimble build -y -d:release --opt:size --os:linux --gc:arc` fixed it for me! (i think it's the --gc:arc that does the job, but the...

PS: I still get bus error when I click the "load more" button on the bottom of a user page.

I ran the build again with -d:checkAbi and it gave some errors regarding types: ```bash /usr/lib/nim/pure/asyncstreams.nim(58, 13) Warning: ':env.future2.cb = (named, :env)' creates an uncollectable ref cycle; annotate 'future2' with...

i found what causes the issue. i compiled with -d:strip, and the errors pointed me towards https://github.com/zedeus/nitter/blob/25191f7c40efaa563d098092d04d6290affe28ba/src/formatters.nim#L25 after reverting the function to before https://github.com/zedeus/nitter/commit/2a2255d75ac5f67244064360fa42875c0ef19539 it works much better. now it...

After compiling latest main branch with nim 1.6.2, I have no crashes on user pages anymore. Thank you! (Now the proxy setting that I merged from the pull request seems...

I've got an armbian with nim 1.6.2 and fortunately still no problems anymore. I know, not incredibly helpful information, but maybe a little in terms of where to look, and...

> A good start would be to acknowledge the lots of similarities rather than the few differences. :) Any app needs to be a team effort or it’s deemed to...

I could have a look into your coturn role, and the readme, next week :woman_shrugging:

I also like the solution proposed in https://github.com/systemli/ansible-role-jitsi-meet/pull/4 to disable p2p alltogether, though :sweat_smile: It goes a bit against the goal of decentralization, but it makes the server-side configuration easier,...

Hi, please close/wontfix if this is perceived as pollution/bikeshedding. Thank you! Malte