Fabrice Desré

Results 28 issues of Fabrice Desré

Similar to the `--no-dev-dependencies` option, it would be useful to be able to filter out build dependencies.

See https://github.com/fabricedesre/cc3200-rs/pull/22#pullrequestreview-7060176

The key events sent by the embedder to Servo are based on Glutin ones (https://doc.servo.org/src/msg/constellation_msg.rs.html#22-147), and are then mapped to DOM Key events in `components/script/dom/keyboardevent.rs`. This is not ideal because...

A-embedding
E-candidate-for-mentoring

**Describe the bug** Name resolution doesn't work when using the resolver on Android targets. **To Reproduce** Compile any sample using trust-dns-resolve for Android. **Expected behavior** Name resolution should work. **System:**...

enhance
crate:resolver
platform:android

The readme talks about remote actors, which looks super interesting! Are there more details on how that would work? One usage example would be to build distributed apps with one...

The generated JS class contains methods for the module itself, and an `instanciate` method. However `instanciate` doesn't check that the WASM code actually exports the expected methods. It would be...

gen-js

### What issue are you having? The current element is a full page modal. In some situation it would be useful to have it "container modal" instead. ### Describe the...

feature

When eg. you get a buffer allocated from the C side of the FFI and are expected to manage its lifetime in Rust, extra care needs to happen in the...

This fixes https://github.com/rustonaut/rust-phonenumber/issues/43

This fixes https://github.com/rustonaut/rust-phonenumber/issues/39