Gregory Conrad
Gregory Conrad
~Web support for mimir is currently not possible due to the lack of a publicly-available libc implementation for WASM made with JS & browser APIs. This concept of a browser-based...
Right now, we are getting sandbox violations from POSIX semaphores not following the proper naming scheme. See [here](https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW24): > POSIX semaphores and shared memory names must begin with the application...
# Planned Dart 3 (Macros) Migration - [ ] Update & add docs - [ ] Update & add to README - [ ] Update & add tests - [...
See here for more information: https://docs.meilisearch.com/learn/advanced/geosearch.html This could possibly be exposed with `Filter` and `SortBy` types, but I haven't looked into it enough to know for sure. I personally don't...
First off, thank you for this amazing library--it is super, super handy. I'm currently trying to make a split slide with an interactive view in the right split: The padding...
This issue only covers the 1.0.0 for the `rearch` crate. The other crates are not close to a 1.0, mostly due to limitations in the Rust compiler. TODO: - [...
Partially fixes #14
- normal, factory, action, widget, inheritedRearchWidget, side effects - https://github.com/dart-lang/language/pull/3176/files - Also see rearch.gsconrad.com for some proposed syntax in addition to below: ```dart @asyncCapsule void countPlusOneCapsule(@countCapsule int count, CapsuleHandle use)...
Currently, nearly everything is tested via integration tests. We should also eventually have some unit tests for the Flutter-specific components.
I was trying to figure out the maximum key & value size redb supports since I didn't see it specifically documented anywhere (side question: what is the maximum k/v size...