Fabrice Desré

Results 28 issues of Fabrice Desré

These are Servo issues that are blocking servonk one way or the other from being awesome: - [ ] https://github.com/servo/servo/issues/20822 : Flex layout is not updated on window resize. That...

We need dialogs for the alert() / confirm() / prompt() calls, but they could be useful also for internal usage.

We need them...

Ideally we need: - Desktop builds. - Device builds. We need to check if such builds can be done quickly enough to use something like Travis CI.

- build with the 'uds-gateway' feature to catch build errors. - push the iroh-one binary to S3. Ping @Arqu

The main change is to switch `iroh-gateway/src/client.rs#Client` to be: `pub struct Client` and to sprinkle the generic and other needed bounds where needed. `iroh-one/src/content_loader.rs` showcases a custom content loader. For...

The resolver fetches CIDs in https://github.com/n0-computer/iroh/blob/a77a2f62fac52a21167fdf7628ce68a4cca7ea6f/iroh-resolver/src/resolver.rs#L372 using two different sources: 1. The store is queried for the CID. 2. if that failed, the p2p module gets the opportunity to get...

### Describe the bug Checking the input.invalid property in a sl-input event handler does not always return the correct value, because internally the invalid property is updated after the event...

bug

This is useful for managing database size as described in https://github.com/facebook/rocksdb/wiki/Managing-Disk-Space-Utilization Are you open to contributions around that?

This patch enables iroh-one rpc control enpoint to serve the same calls as the independent gateway, store and p2p programs. To that end, the following changes are made: - decouple...