Xavier Lange

Results 33 issues of Xavier Lange

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue I am compiling a project with cross for the first time,...

A-darwin

## Expected Behavior My API accepts arbitrary JSON: ``` #[derive(Object, Debug)] pub struct BulkRequestDoc { pub smile: String, pub extra_data: Option, } ``` which should produce example data like: ```...

bug

**Describe the bug** My build.rs script fails because the `iterator` type isn't available. Reproduced on both Mac OS X and Ubuntu Linux. **To Reproduce** * Isolated reproduction with failing build...

bug
need-test-case

The documentation mentions `kubectl krew install deprecations` but then there are no examples of how to use kubepug through that install mechanism.

### Describe the bug I build a workflow tool for my team -- one tool which is used in CI and on our individual machines. Our permissioning system is a...

feature-request
p3

Hi, great library, I'm enjoying it. I would like to somehow support the `?` operator in my actix-web app. The actix-web HTTP handler's support a `Result` return value so that...

The Boost library returns explicit bitvects as vectors of u64 (so whole CPU words). but libraries like tantivy expect vectors of u8. we should add a helper function for converting...

The trusty repos only have couchdb 1.5.0 which is too old for our app. 1.6.1 came out in 2013 and we'd like to use it in the app. The couchdb...

I'd like to start reading some binary newsgroups and I'm finding that the code breaks because it assumes all strings are UTF8. We should use Vec to model the incoming...

I was experimenting with this library to build an indexer. * Async support * Buffered IO * TLS support * Trying to work out how to pipeline requests * Github...