Dan Brakeley

Results 6 issues of Dan Brakeley

The Activity struct (part of PRESENCE_UPDATEs) contains up to 3 timestamps represented as unix epochs. This PR refactors how these timestamps are handled so they don't need custom marshalling for...

I've got all the details in the PR here: https://github.com/bwmarrin/discordgo/pull/1030 Let me know what you think!

I'm on Windows 10 Pro, with Docker for Windows running, and using git bash as my shell, and I was going through the steps in the README to deploy to...

I ended up with a message in my queue that failed to de-serialize, but since a failure in serialization just nack'd and re-queued, my consumer was stuck in an endless...

Windows 10 Pro 1903, build 18362.356 Python 3.7.4 Steps to reproduce: 1. Download [WinISO Standard 6.4.1.5976](http://www.winiso.com/download.html) installer. 2. Copy `winiso.exe` into nrs folder. 3. Open `cmd.exe` and run `python nsisdump.py...

My specific case involved an object with circular references. When making a call to strictEqual(), I was getting: TypeError: Converting circular structure to JSON And then it would crash without...