Victoria Casasampere Fernandez (0396d5ed) at 03 Mar 09:48
Update python stubs to support DAVE
Victoria Casasampere Fernandez (683530b9) at 25 Feb 19:36
Support DAVE in python
... and 1 more commit
Victoria Casasampere Fernandez (4339259d) at 16 Dec 12:37
Update dependencies, 0.14.3 release
Victoria Casasampere Fernandez (37d9c9ae) at 30 Jan 17:51
Heck permissions
Victoria Casasampere Fernandez (13b0c5a1) at 30 Jan 17:51
Release only on tags
Victoria Casasampere Fernandez (66e65d52) at 30 Jan 17:47
Heck permissions
Victoria Casasampere Fernandez (f12d5367) at 30 Jan 16:10
Update artifacts to v4
Victoria Casasampere Fernandez (0f9a7bf0) at 30 Jan 14:58
Update pyo3 to properly support py 3.13
Victoria Casasampere Fernandez (060dbb5a) at 30 Jan 12:06
Update twilight to 0.16 | Added tokio-websockets support
... and 1 more commit
Victoria Casasampere Fernandez (defa4435) at 12 Dec 00:23
Fix stupid lsp error
Victoria Casasampere Fernandez (ec81d11a) at 11 Dec 20:57
Update neovim config to lua
Pushed a new version that removes the need for the dependency.
Victoria Casasampere Fernandez (9fe30939) at 26 Oct 16:11
Remove futures dependency from hook macro
I have tried to use the lavalink-rs macro hook but it does not work, and you get the following error:
use lavalink_rs::hook;
use lavalink_rs::model::events;
use lavalink_rs::prelude::*;
use tracing::info;
#[hook]
pub async fn ready_event(
client: LavalinkClient,
session_id: String,
event: &events::Ready,
) {
client.delete_all_player_contexts().await.unwrap();
info!("{:?} -> {:?}", session_id, event);
}
Add futures = "0.3" to your dependencies, I'm not sure if this is an issue that can be solved exclusively on the library side
Hi, I updated the dependencies of the library, it should fix the issue.
Test the patch and close the issue if it is resolved, otherwise inform it, and I'll look further into a fix.
[dependencies.lavalink-rs]
git = "https://gitlab.com/vicky5124/lavalink-rs/"
branch = "main"
Victoria Casasampere Fernandez (f6d05f3c) at 25 Oct 18:35
Update dependencies
Hey
I have notived that the repo is more up-to-date than the crate and I wanted to ask if it's possible to update the crate. I ran into the issue with deleting a player resuling in an json error wich is fixed in the repo but not in the crate.