Rodrigo Batista de Moraes
Rodrigo Batista de Moraes
It changes the following: - Add common word motions to the text input component, more precisely `Ctrl-Left`, `Ctrl-Right`, `Ctrl-Backspace`/`Ctrl-W` and `Ctrl-Delete`. A word is being defined as a continuous sequence...
Supersedes #317 ### Definition of Done - [ ] Change is covered by [automated tests](https://github.com/jni-rs/jni-rs/blob/master/CONTRIBUTING.md#tests) - [x] The [coding guidelines](https://github.com/jni-rs/jni-rs/blob/master/CONTRIBUTING.md#the-code-style) are followed - [ ] User-visible changes are mentioned in...
In android, `Window::request_redraw()` can block `UserEvent`s send by `EvenLoopProxy::send_event` to reach the event loop callback. I think this happens because of the way that request_redraw is injected in the Looper....
I am trying to write safe rust bindings for oboe, but I found the following situation. For asynchronous error handling, ones must pass a pointer to a `AudioStreamErrorCallback` to `AudioStreamBuilder::setErrorCallback`,...
Hi, thank you very much for this excellent plugin, really helps with some keymaps. But I have a minor problem. I am using Hydra with the following mapping: ``` Hydra({...
The function `SystemParametersInfoW` doesn't error out if the provided path is relative or points to a file that does not exists, it just replaces the current wallpaper by a solid...
Make it easier to quickly test changes.
#### Feature Add all Cranelift crates (`cranelift-codegen`, `cranelift-frontend`, `cranelift-module`, `cranelift-native`, `cranelift-jit`, `cranelift-object`, etc.) to the `cranelift` umbrella crate, each one behind a feature preferably. #### Benefit The `cranelift` crate is...
### Expected behavior The following hatched shape should render correctly in other software:  ### Observed behavior [Autodesk Viewer](https://viewer.autodesk.com/) and [Autodesk DWG True View](https://www.autodesk.com/products/dwg-trueview/overview), renders it incorrectly:  Converting it...
### Description of the bug I have a PDF file with the following two squares, each one formed by two triangles: ```pdf q 1 0 0 1 300 100 cm...