Liam Stanley

Results 82 comments of Liam Stanley

> tree shaking does not work in 3.0.0-beta.8 and 3.0.0-beta.10 Have you tried 3.0.0 (non-beta/alpha)? Wasn't previously working for me with the alpha, but works perfectly fine with the major...

Actually, I don't know why I didn't think to test another application, but it looks like Vim also has a similar issue when enabling mouse mode, so I don't think...

I believe I've figured out what the issue is, and put a potential patch in with https://github.com/lrstanley/girc/commit/887ab30b9028c8c8f178aa73dcac50366a681052 -- if @42wim can make a temporary build with these changes, to test...

I've fixed another lock-related bug in https://github.com/lrstanley/girc/commit/40b9ac84de1e7f391c5835078262f73e71df7cd0, which may be related.

Just to remind myself, I think I'm going to switch to a errgroup based approach for some of the logic that was adjusted in 40b9ac84de1e7f391c5835078262f73e71df7cd0, rather than the sync.WaitGroup +...

> I've been also getting a lot of spurious `timed out waiting for a requested PING response` errors with current git HEAD lately that I didn't get before. Not sure...

> Any luck analyzing the dump? Sorry for the delay -- taking a look now.

I've pushed https://github.com/lrstanley/girc/commit/da08de25b4527e50247dc3f8afd589c73b5e0634 to branch `bugfix/issue-50`, with what I think is a sufficient enough fix, however it's not very clean, and I haven't extensively tested it. girc was initially released...

Another item -- from that goroutine dump, looks like there are a lot of handlers inside of matterbridge which are waiting to send data to some channel inside of matterbridge...

I do think replacing newlines with spaces is a sufficient short-term solution, but I may finally start taking a look at #43, as that'd also resolve this. I'll try and...