Victoria Casasampere Fernandez

Results 26 issues of Victoria Casasampere Fernandez

I've recently installed semshi to get some better highlighting for python, but i've noticed that it made neovim lag an insane ammount when scrolling. I've isolated the problem to semshi,...

Currently testdisk can detect XFS file systems, and photorect can recover files from them, but there's no way to list the files of the system, which makes it impossible to...

```rust let mut resp = String::new(); let xhr = XmlHttpRequest::new(); xhr.open("GET", &api_url)?; xhr.send()?; xhr.add_event_listener(|e: ReadyStateChangeEvent| { let target: XmlHttpRequest = e.target().unwrap().try_into().unwrap(); if target.ready_state() == XhrReadyState::Done { //resp = xhr.response_text().unwrap().unwrap(); resp...

The guild_id field from the Message object that's returned by say() and send_message() is always None, unlike the Message object given on commands or events. Traced as far back as...

bug
model
http

Been getting this warn trace log since the middle of yesterday, notifying of an error deserializing an event that used to provide an integer but now provides a `DateTime` String....

bug
discord feature
gateway

The "10,000 requests per 10 minutes" http rate limit doesn't seem to be followed. `thread 'main' panicked at 'Could not access application info: Http(UnsuccessfulRequest(ErrorResponse { status_code: 429, url: Url {...

possible bug
http

The cause of the issue that happened on #1120 has been determinated to be webhooks not following the rate limits. Both issues should still be fixed though.

possible bug
http

``` Oct 05 02:00:02.897 INFO runner:cycle{audio_timer=Timer { due: Instant { tv_sec: 380422, tv_nsec: 914797033 }, duration: 20ms } bitrate=BitsPerSecond(128000) muted=false}:check_keepalive_timer: serenity::voice::connection: [Voice] WS keepalive Oct 05 02:00:02.898 INFO runner:cycle{audio_timer=Timer {...

voice

Serenity will fail to compile if the library that depends on it uses the `rustls_backend` feature, and if the bot that uses that library also has `rustls_backend`. If either the...

bug
dependencies

Is it possible to have multiple rate limiters that get triggered depending on different factors? like for example, if i wanted to have a much higher rate limit for users...

enhancement