Friedel Ziegelmayer

Results 767 comments of Friedel Ziegelmayer

Thanks, I somehow missed that section, even though I thought I read all of the readme..Retrying with those settings, will report back.

Update: I added the following to my config: ``` gc-cons-threshold 100000000 read-process-output-max (* 1024 1024) lsp-idle-delay 0.500 ``` Now emacs will still hang, but cpu is not at 100% anymore,...

I have not been able to get a profiling report, but I was able to attach lldb to the hanging emacs. Before attaching emacs was using 99% cpu. ``` (lldb)...

@diasdavid curious about why you and @ianopolous suggested the keys being unixfs files, this seems like unnecessary overhead to me.

That only means we need a concept of general sharding. Requiring to use unixfs objects seems the wrong approach to this for me, as it mixes two abstractions. On 13....

> I think gzipping would be nice, although it'd be nicer if it could be done at the libp2p layer strong agree, we should push for adding compression in libp2p,...

> Without some form of signaling every time I want to add support for a new token type I have to make sure everything still plays together nicely. I would...

Thanks @lgierth for this! I will read through the links this week and comment afterwards.

> But the logs show my two clients are sending to each other (our server is not MITM anymore). So issue is not related to location of the matchmaking server,...

> My only minor thought is that before merging we should try to figure out which tokio features we need and remove the `full` feature. Yes, fully agreed, I use...