yvt
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...
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...
### 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;...
`Got a change in an unexpected path` when the changed file's real path is outside the site directory
# 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:**  **Actual:**  (Taken on with `border: 1px solid...
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.