Daniel Worrall

Results 28 issues of Daniel Worrall

In all my schema, I use non-standard id names. A many to many relationship with a through association fails when preloading with an all query.

name: crecto version: 0.11.2

With [3.3](https://github.com/meew0/discordrb/milestone/15) soon approaching, we can now look on to future redesign decisions for [4.0](https://github.com/meew0/discordrb/milestone/16). This will be a majorly breaking change as we start to redesign a lot of...

As found in #464, we're currently using instance variables when we should be using the readers.

help wanted
code-style

I'm writing a pre-commit git hook and I was looking at checking dependency status. `shards check` should output on stderr on unsatisfied dependencies, yet it output on stdout.

# Summary When running a bot without allowing privileged intents, the thread that sends heartbeats to the gateway doesn't close. `bot.run` ``` [ERROR : websocket @ 2022-04-28 20:20:04.201] The websocket...

bug

# Summary When ffmpeg is not installed, and the example voice_send.rb is ran, the mp3 will give `Exception: #` when it should output a more relevant error regarding ffmpeg. This...

With Nitro, you can now set your icon as well as other things. The bot should support fetching this on a per-server basis, it currently only supports global - [...

enhancement
good first issue

With 3.5 approaching and 4.0 being the target afterwards, one important task that the community can help with gets stronger in my mind. We'd love to have 100% documentation to...

enhancement
help wanted

Server methods involving channels rely on a populated channel list which only occurs with a persistent WebSocket connection. We need to fetch the guild channels if the WebSocket is not...

bug