Liam Stanley

Results 82 comments of Liam Stanley

An additional usecase which may make this less of a breaking change, is type aliases. It's only recommended that they're used for migrations/backwards-compatible style changes, but still perfect for this...

I think it should be built into the library, especially with IRCv3 where this limit is larger, and servers can even raise the limit. If I have time, I can...

looks like pr from last year mentions this; https://github.com/jtblin/go-ldap-client/pull/8

and: https://github.com/jtblin/go-ldap-client/issues/11 related: https://stackoverflow.com/questions/27873362/ldap-bind-seems-to-return-true-with-blank-password

What I've done in the interim: ```go // NewVoiceStateTracker returns a new voice tracker. func NewVoiceStateTracker() *voiceStateTracker { return &voiceStateTracker{ db: make(map[disgord.Snowflake]map[disgord.Snowflake]*disgord.VoiceState), } } type voiceStateTracker struct { mu sync.RWMutex...

> First I want to touch on this: this is something I've considered for other reasons, but this has a sneaky pain point for your particular use case. Trying to...

Maybe you could take the port from the existing `r.RemoteAddr`, and essentially just replace the IP?

I wasn't aware of this issue directly, but I did reach out to @pkieltyka a few days ago around this topic specifically in relation to httprate, about always reading real-ip...

Unfortunately, I don't think there is a good solution to this issue, other than possibly considering this an error during `set-pipeline`, and preventing the pipeline from being set. With two...

> Cleaning up the labels will be a lot of work. There's also a lot of old/stale issues. Some are still relevant, like they haven't been resolved and could still...