jchristgit

Results 99 issues of jchristgit

The message cache tests fail occasionally, most recently on GitHub, see https://github.com/Kraigie/nostrum/actions/runs/13746316824/job/38441618262: Failing assertion: ```elixir 1) test get_by_author/4 it allows constraining the messages by timestamp (Nostrum.Cache.MessageCache.MnesiaAdditionalTest) Error: test/nostrum/cache/message_cache/mnesia_additional_test.exs:263 Assertion with...

bug

Erlang introduced the [`:json`](https://www.erlang.org/doc/apps/stdlib/json.html) library in OTP 27. We currently still use Jason. While that works, we should strive to keep dependencies minimal, as `:json` will come shipped with the...

enhancement
help wanted

A while ago I integrated appups into nostrum to facilitate hot code reloading. This is a cool feature. This is a nice feature, and I think it's a great feature....

enhancement
help wanted

This begins the work of integrating the forms backend into the site. Changes, until complete, will be merged into the `forms` tracking branch.

These commits update the `common_test` test suite to: - Remove usage of the deprecated `ct_slave` and `slave` modules in tests (with the exception of the `ct_slave` tests itself, and some...

team:PS
waiting
priority:medium

Running the tests yields the following typing violation: ```elixir warning: incompatible types given to Nostrum.ConsumerGroup.dispatch/2: Nostrum.ConsumerGroup.dispatch(:noop, bot_name) given types: :noop, dynamic() but expected one of: #1 dynamic(non_empty_list(term(), term())), dynamic() #2...

bug

It's time to prepare 0.7.0.