Aloxaf
Aloxaf
``` > pikaur -Vq Pikaur v1.6.10 Pacman v5.2.1 - libalpm v12.0.1 ``` ##### Steps: ```bash git clone https://git.archlinux.org/svntogit/packages.git/ -b packages/glibc --single-branch /tmp/glibc sed -i 's#!strip#debug#' /tmp/glibc/repos/core-x86_64/PKGBUILD echo Y | pikaur...
Example:  its tags ``` (0.981) 1girl (0.999) ! (0.969) !! (1.000) argyle (1.000) argyle_background (1.000) argyle_legwear (0.634) ball (0.674) bandaid (0.595) bandaid_on_arm (0.881) bat_print (0.554) bathtub (0.953) bishop_(chess) (0.872)...
fix part of #13 ( don't know how to fix the second error ` _(:з」∠)_`
1. SyntaxWarning: "is not" with a literal https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior > The compiler now produces a SyntaxWarning when identity checks (is and is not) are used with certain types of literals (e.g....
包括但不限于以下问题 - 代码块的前置缩进究竟要不要 - 该加的空格(双目运算符, 注释前后等)和不需要的空格(行末, 空行中的空格) - 必要的空行 - `.format` OR `%` OR f-string - 是用单引号还是双引号 - 命名规则 - import 位置 参考: https://www.python.org/dev/peps/pep-0008/
Should close #329
`blur` is too slow, `imageproc::filter::gaussian_blur_f32` is faster than it, but still slow. ## Reproduction steps ```Rust use image::imageops::blur; use image::{Rgb, RgbImage}; use imageproc::drawing::draw_filled_circle_mut; use imageproc::filter::gaussian_blur_f32; use std::time::Instant; fn main() {...
This PR allow users to run multiple instances with taskset.
#### 💻 变更类型 | Change Type - [x] feat - [ ] fix - [ ] refactor - [ ] perf - [ ] style - [ ] test -...