Friedel Ziegelmayer
Friedel Ziegelmayer
I would like to use `Seek` which is implemented on master but not on crates.io. Thank you
Hey, any chance you could publish the latest state to crates.io? Thank you
When enabling the nightly feature I get these errors ``` error[E0432]: unresolved import `policy::MoveStrategy` --> /Users/dignifiedquire/.cargo/registry/src/github.com-1ecc6299db9ec823/buf_redux-0.8.1/src/nightly.rs:16:28 | 16 | use policy::{WriterPolicy, MoveStrategy, ReaderPolicy}; | ^^^^^^^^^^^^ no `MoveStrategy` in `policy` error[E0658]:...
I am looking into using seeking quite a bit and was wondering if it was possible to upgrade the seeking implementation like it is done here: https://github.com/gcarq/seek_bufread the stdlib will...
I am trying to render 10.000+ items in a scroll view, which all have different heights, including multiline text and images. Currently the examples only show how to render rows...
I was trying to call `async_resume_with` but couldn't, and looked at the docs and it does not exist. Any specific reason why?
It would be nice if there was a trait that abstracted over the different implementations of readers, such that I can implement generically over them.
When running the latest version from npm I get this error ``` /Users/dignifiedquire/.nvm/v0.10.38/lib/node_modules/apply-pr/src/validateRef.js:4 if (ref == null) return Promise.resolve(null); ^ ReferenceError: Promise is not defined at Object.exports.branch (/Users/dignifiedquire/.nvm/v0.10.38/lib/node_modules/apply-pr/src/validateRef.js:4:29) at Object....
Running `apply-pr` on a private repo fails. It would be great if that was possible.
Is there a simple way to detect message additions or do I have to write my own changes filter and use couch dbs change notifications?