yvt

Results 95 issues of yvt

- [ ] Notarization - [ ] OpenSpades requests a permission for Input Monitoring even though it's actually not needed. (Probably updating SDL fixes this issue) - [x] HiDPI issue...

bug
OS-Specific: Mac OS

Confirmed on macOS Mojave 10.14.3 Beta (18D39a). The intended behavior: When conversion is finalized (by hitting Enter), the content of the conversion buffer is removed and inserted to a currently...

bug
OS-Specific: Mac OS

### Describe the Bug Allocating `usize::MAX - 8` bytes fails but allocates new memory pages every time. ### Steps to Reproduce ```rust #[test] fn cannot_alloc_max_usize_m8() { let a = &wee_alloc::WeeAlloc::INIT;...

bug

# Bug Report ## Environment Zola version: 0.14.0, obtained via nixpkgs ## Expected Behavior ```shell cd /private/tmp/zola-test mkdir zola cd zola zola init rmdir content ln -s .. content zola...

Once a button is pressed, `ButtonController` stops reporting events for that button as if it's stuck in the pressed state. This can be observed through the `buttons` example. This issue...

The output height is unexpectedly large as if it includes an extra blank line. **Expected:** ![Screenshot from 2021-07-23 17-19-01](https://user-images.githubusercontent.com/5253988/126755442-0c33c5d0-5097-4dd1-8eda-0d30675f8bbd.png) **Actual:** ![Screenshot from 2021-07-23 17-19-11](https://user-images.githubusercontent.com/5253988/126755457-a86d5d34-3f32-4f4c-9bb1-b0016cea7b03.png) (Taken on with `border: 1px solid...

enhancement

macOS's OpenGL framework exports every OpenGL function supported by the current (and probably every future) version of macOS, so there is no need for GLEW.