-
### Code
```rust
use aya::Bpf;
use aya_log::BpfLogger;
use simplelog::{ColorChoice, ConfigBuilder, LevelFilter, TermLogger, TerminalMode};
pub mod cgroup_sock_addr_version;
pub mod kprob…
-
I got below error.(env: rustc 1.61.0-nightly (d53246fed 2022-03-25))
registry\src\github.com-1ecc6299db9ec823\ring-0.16.20\src\cpu.rs:257:13
|
165 | macro_rules! features {
| --…
-
The current codebase has everything in 1 crate which makes things very messy. This tracking issue is for tracking progress into revamping the entire codebase for the `1.21.0` version of the bot.
-
Currently the XML Deserialization doesn't work for the `CensorshipPlugin`.
This needs to be fixed before continuing the development of the censorship plugin.
Related Issue: https://github.com/t…
-
The numbers in the `guildinfo` command are currently flipped. Debugging required.
-
### Bot Version
1.26.0-nightly (e2492de43 2021-12-25)
### Description
Running the `about` command is enough to cause an IBE (only visible in local terminal, however).
### Steps to Reproduc…
-
Hello!
There seem to be some bugs in your parse_duration-function. I hope it is fine if I quickly list them here, instead of opening a pull-request:
- Parsing durations including the digit '9' wi…
-
I currently have the following XML for deserialization:
```xml
```
Which I wrote the following Rust code for it:
```rust
extern crate serde;
extern crate quick_xml;
#[derive(Debug…
-
https://github.com/HT-Studios/HarTex-rust-discord-bot/blob/89ecd32bb661d2381e567d5d1ae2c79e0081340e/src/main.rs#L555-L576