K--Aethiax

Results 4 issues of K--Aethiax

Code snippet: ``` python im.convert('1').save(rf'script\temp\{ord(c)}.png') ^ SyntaxError: invalid syntax *jedi* ``` *`rf` - a convenient way of invoiding anomalous backslash in string, isn't it?*

bug

**Describe the bug** When the height of PowerShell is 0, `event.read()` will return `Event::Resize(xxx, 65535)`. **To Reproduce** - Clone the newest repo, run `cargo run --example event-poll-read`. - Drag the...

`han` theme, in line 304, `bolder` should be `bold`. otherwise `**Something**` cannot work well on my computer. maybe i lost some fonts?

## Very easy to reproduce: ``` rust #[cfg(test)] mod tests { #[test] fn test() { let mut img = image::RgbImage::new(1920, 1080); imageproc::drawing::draw_filled_ellipse_mut( &mut img, (960, 540), 960, 540, image::Rgb([0, 0,...