Damien Elmes

Results 48 issues of Damien Elmes

Hi there, Firstly, thank you for your work on Prost - I have been finding it very useful. I'd like to propose two changes to make dealing with nested messages...

Currently there are many instances in the AnkiDroid codebase where the collection is accessed a) on the UI thread, blocking the UI, and b) in unsafe ways (eg by checking...

Needs Review

Currently, if data is written with QuoteStyle::Necessary, and the first field of a row happens to start with a comment character, the row will be ignored as a comment when...

There are a few issues with the current implementation: - When the user taps on "background", there's no way to see that the sync is continuing, or to bring it...

Help Wanted
Keep Open
New Schema

DroidBackend is currently a mix of snake_case and camelCase names. Presumably the former was picked to more closely match the Python and Rust code, but I'd humbly suggest it would...

I recently updated from an old crate_universe to the one in the latest rules_rust release. Most things seem to be working well, but I've run into an issue with Cargo.lock...

external-crates

Please see http://groups.google.com/group/ankisrs/browse_thread/thread/ce2095dec33c2321

## Feature Request ### Crates tonic-build ### Motivation When using a generated client, you can pass either a `Message` or a `Request`, as the client accepts `impl IntoRequest`. This makes...

We currently use protobufjs, and would love to switch over to protobuf-es for the typescript ergonomics and es6/tree shaking that it offers. Parts of our app deal with large messages,...

Carrying on from https://github.com/indygreg/PyOxidizer/pull/467#issuecomment-950205096 Let me firstly briefly elaborate on my use case/desired outcome: - I have a medium-sized Python app which uses non-stdlib extension modules, and bundles various data...