Lukas Mertens
Lukas Mertens
@schollz I see. After reading a bit about your PAKE-implementation, I realized that it is probably not necessary to do this "trusted" and "untrusted"-relay stuff I was talking about, as...
@schollz I sent you the logs via e-mail. Here is the summary: croc with firewall andjj:wq tailscale disabled (meaning through the public relay) averaged at around 10MB/s today, sometimes it...
I want to add a possible usecase for this: ```nix home.file.".ssh/authorized_keys" = { source = dotfiles/ssh/authorized_keys; mode = "600"; }; ```
I am not completely sure about this, but I discovered that the sender has to be able to open ports, otherwise it tries to use the public relay, which obiously...
@roznet This exactly the reason why I installed the program. I would like to edit my .fit-file to add a distance to my apple watch recording for indoor cycling.
@yarikoptic @mih I just ran into an issue where datalad status is incredibly slow. This could have something to do with it: I cloned a local annex repository into my...
Hey everyone! Thanks for the fast replys. py-spy sadly doesn't detect the running process, I think this is some weird Apple Silicone error because I am running on MacOS. Instead...
Alright, I think I found the issue: It's the LineSplitter from `runner/utils.py`. I just put a little debug-statement in there, to understand it better: ```python def process(self, data: str )...
@albanm I was struggling with it still not working until I learned that vite actually caches the commonjs conversion stuff. Make sure to do `vite --force` after changing these settings...
@albanm Thanks a lot, that's so helpful! I only had time for a quick test today, I will dig into this deeper on Monday. My current situation: I tested adding...