Marten Mooij
Marten Mooij
Hello, I want to implement Server Sent Events and am using this library: https://github.com/r3labs/sse The library expects the `http.ResponseWriter` to be able to cast to a `http.Flusher` for flushing. The...
References: - https://github.com/google/btree/issues/41 - [Shaving 40% Off Google’s B-Tree Implementation with Go Generics](https://www.scylladb.com/2022/04/27/shaving-40-off-googles-b-tree-implementation-with-go-generics/) go-pst v4 will require Go 1.18 due to generics support. Benchmarks (which will be published along with...
Hello, I would like to replace [react-dropdown-tree-select](https://github.com/dowjones/react-dropdown-tree-select) with this library. Would it be possible to add functionality where you can checkbox folders and search for folders?
Integrate with stdlib I/O interfaces B-Tree abstraction Switch to original google/btree Improve type safety Reduce boilerplate code to get started Add example for pkg.go.dev Explicit use of integer types fix...
Hi James, I need to listen for the tree node select event via the Tree component. Would it be possible to add this? My use case is I'm using check-boxes...
### Describe the bug [tauri-plugin-persisted-scope](https://github.com/tauri-apps/tauri-plugin-persisted-scope) v0.1.0 causes a memory leak until OOM. Not using the plugin fixes the OOM. ### Reproduction ``` tauri::Builder::default() .plugin(tauri_plugin_persisted_scope::init()) .run(tauri::generate_context!()) .expect("error while running tauri application")...
Support OST files (uses extended byte sizes).
References https://github.com/mooijtech/go-pst/issues/18
ZLib decompression is not currently supported, check for ZLib (magic) bytes and decompress accordingly in the `HeapOnNodeReader`. Edit: Possibly supports ReadAhead
Support distribution lists according to the specification. It may be possible to get the inbox owner that way instead of checking MessageToMe. It would also be nice to get the...