Asuna

Results 50 issues of Asuna

### Is your feature request related to a problem? My system timezone is Asia/Shanghai UTC+8, but in the Statistics page of a Chinese chat: ![image](https://github.com/user-attachments/assets/b4a1ddd6-5fb2-4a20-acfc-28c903e07867) The lowest trough is displayed...

enhancement

Fixes #7542. @FanShupei Could you try if this PR fixes the issue?

Closes #13400. changelog: [`unneeded_struct_pattern`]: Add new lint

S-waiting-on-review

**This is a draft PR, which mostly serves the purpose of gathering feedbacks. Implemention is imcomplete and very hacky in places. See the "Unresolved issues" section below.** This PR introduces...

Add documentation for all FIRRTL C-API public items.

In T1 project, we have multiple configurations, e.g. with or without subsystem, each having different OM hierarchy (the top OM class will be `T1Subsystem_Class` or `T1_Class` respectively). @sequencer suggests we...

Currently there are methods `photo`, `sticker`, `animation`, etc. methods implemented for `Message`, but they all take a reference of `self` and return a reference of the media. What if a...

K-feature-request

Minimal reproducible ```rust use ab_glyph::FontRef; use imageproc::{ drawing::*, image::{Rgb, RgbImage}, rect::Rect, }; fn main() { let mut image = RgbImage::new(200, 200); let font = FontRef::try_from_slice(include_bytes!("../DejaVuSans.ttf")).unwrap(); let white = Rgb([255, 255,...

Hi, I would like to add a link to my personal project [`spdlog-rs`](https://github.com/SpriteOvO/spdlog-rs) to the README. It is inspired by the C++ logging library ``spdlog`` and is designed to provide...