Chaoqian Xu

Results 2 issues of Chaoqian Xu

**Is your feature request related to a problem? Please describe.** I use api.prevent_close() and window.hide() to prevent the app to exit. And then I want to show the window again...

type: feature request
status: upstream
platform: macOS

When I read the implementation of [write_batch.rs](https://docs.rs/rocksdb/latest/src/rocksdb/write_batch.rs.html#57-62): ``` /// Receives the puts and deletes of a write batch. /// /// The application must provide an implementation of this trait when...