Victoria Casasampere Fernandez
Victoria Casasampere Fernandez
I am able to reproduce this issue, but very inconsistently. https://gitlab.com/nitsuga5124/bevy-tic-tac-toe this is the source code of the game, and it happens randomly when placing a piece (press a number),...
@mrk-its thanks for that one! i just fixed it :P
A temporal fix for most people will be to force version 1.6 as a dependency by adding `indexmap = "=1.6.2"` to Cargo.toml's `[dependencies]` field, this should work even if IndexMap...
> Do you have any documentation as to how the next version of DashMap will be lock free? Will it be based on [CTries](https://en.wikipedia.org/wiki/Ctrie)? The original idea was to use...
I faced the same issue. In the meantime there's no fix for this, i figured a workaround using a couple docker containers. [This one](https://hub.docker.com/r/multiarch/qemu-user-static/) to emulate an architecture with qemu,...
issue is that it's getting `files/id/download` rather than the new `download/id/file`
Only reproduceable in Java 11, works fine on Java 8 on Ubuntu, Arch and Manjaro.
Not in all applications the bot id matches the application ID, this is the case on old applications. application_id() should still exist as a manual override, just in case.
No, mentioning that guild_id is only got from the message event in the documentation should happen first. And if possible, the field could be filled from cache.
@zedseven Denis was working on a new framework for serenity https://github.com/serenity-rs/framework/ because the current framework is limiting, due to is heavy use of macros, and a ton of static values;...