Antoine

Results 13 comments of Antoine

Hello! Sorry for the late answer, I've been quite busy lately. There's no undergoing development regarding this feature currently as I don't want to rush the implementation since it could...

Hey, thanks for the report! I'll try to reproduce later today and I'll release a new version with a fix, this definitely looks like a bug.

Okay so I can definitely reproduce with your example but it turns out discord only sends a partial `GuildMember` object on [`Message` objects](https://discordapp.com/developers/docs/resources/channel#message-object). I'll probably create a dedicated `PartialGuildMember` object...

Great! Thanks again for the report I'll still make the change to avoid the potential panic 🙂

For some reason, `docker push` seems to require both `push` and `pull` permissions from what I've tested, so the original issue might be normal. I logged the content of `accessItems`...

It does, but it's coherent with the method's comment I suppose: "WriteTo abides best-effort semantics, so observations are lost if there is a problem with the write.". The current implementation...

Hello, sorry for bumping this again, but we would need this fix on our side, any chance this gets merged? Or do you see another implementation for fixing this issue?

Hello, thanks for your reply. I added a test that fails without the fix as you asked. Let me know if it works for you.

Hello @peterbourgon, did you have time to check if the tests added match what you were asking for?