Joshua Suskalo

Results 14 issues of Joshua Suskalo

The [discljord](https://github.com/IGJoshua/discljord) library provides a way for users to create Discord bots in Clojure. I'm not 100% sure what section this should go under. Possibly it could be under a...

When constructing consumers, producers, or any other jackdaw kafka client with a configuration map that requires an integer value for some key, Kafka will throw an exception if it's represented...

Currently there is no way to run the jar task without AOT compiling at least one namespace, or if there is it is not properly documented. I suggest adding a...

Currently tokens are printed in trace logging, which was important when I was starting development of the library to make sure data was flowing where it should, but discljord is...

enhancement

As noted in the documentation here: https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-messages an `attachments` key should be noted in the specs for interaction responses. There is currently a bug in Discord where the `attachments` key...

Keywords with digits as the first character can be constructed in interaction create as well as other events if maps from snowflakes to other objects are included.

bug report

Currently there's some single-segment specs in the various spec namespaces, however they aren't publicly visible. They should be changed to ensure no collisions.

Functionality should be added to all rest endpoints which allows timeouts to be specified, such that any request which takes longer than the timeout will be ignored and the promise...

enhancement

There's some endpoints (even ones that discljord has implemented) which only work with bearer tokens, which can be used in a ToS-compliant way. Those endpoints should be supported. The current...

enhancement

There's been some interest in getting a cljs version of the library working. It ideally shouldn't be too hard, since I should be able to get a replacement for gniazdo...

enhancement
help wanted