Yukun Guo

Results 18 issues of Yukun Guo

Similar to #407, except that the maps are closed and contain optional keys. For example, ```clj (malli.core/decode [:or [:map {:closed true} [:x {:optional true} int?]] [:map {:closed true} [:y {:optional...

If you just decrement the counters by 1 at each bucket boundary, rather than storing `{e: (f, Delta)}` in the HashMap as the paper suggests, the actual counts are lost...

I'm using `rcodesign` to sign and notarize an Electron app. The signing phase seems to succeed, and Apple's codesign tool can verify the result when issuing `codesign --verify --deep --strict`....

apple-codesign

When calling `timer.interval(Duration::from_millis(100))`, the program takes up almost 100% of the CPU cycles, but after changing the interval from 100 to 101, the CPU usage dramatically drops to nealy 0%....

Some EXR files might contain NaNs, e.g., [AllHalfValues.exr](https://openexr.com/en/latest/test_images/TestImages/AllHalfValues.html). Calling `to_rgba8` on such images causes a panic: ``` thread 'main' panicked at image-0.25.1\src\color.rs:435:30: called `Option::unwrap()` on a `None` value ```

help wanted

The [rounding code](https://github.com/image-rs/image/blob/v0.25.1/src/imageops/sample.rs#L682) doesn't work with color types like `Rgba32F`. ## Reproduction code Test image: https://github.com/johannesvollmer/exrs/blob/master/tests/images/valid/custom/compression_methods/f32/b44a.exr ```rust use image::GenericImageView; fn main() -> anyhow::Result { let args: Vec = ::std::env::args().collect(); let...

kind: bug
kind: incorrect

### Prerequisites Please put an X between the brackets as you perform the following steps: * [X] Check that your issue is not already filed: https://github.com/leanprover/lean4/issues * [X] Reduce the...

bug

- Consider using `std::env::temp_dir()` for temp files, as it is the standard location. However, ANSI APIs may not play well with some usernames. - Consider relaxing the initial privileges for...

enhancement