Emmanuel Leblond
Emmanuel Leblond
The [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) object type seems to be missing from the bindings. Given it requires the use of `new` to be instantiated (just like e.g. Promise), I guess it should be...
This PR fix the sequester service implementation. Specifically, we encrypt the keys bundle for sequester services, instead of encrypting each manifest as it's uploaded. It's much better that way, by...
History PR #8661 doesn't contain mountpoint, but this is obviously a needed feature ! We should first settle on an API, typically how do we name the mountpoint that contain...
In PR #8661 implementing the history feature, vlob & blocks fetched while consulting the history reside in memory and are never cleaned up. This "kind of ok" for vlob given...
depends on #8471
see https://github.com/Scille/parsec-cloud/blob/a68c8e2729cff20fd389f4806dcf6db68a87b109/libparsec/crates/client/src/workspace/transactions/fd_read.rs#L113-L115 This can typically be triggered when the file manifest contains an invalid block ID (i.e. an ID that is not present in the local storage nor on the...
### Bug Description Currently having a PyO3 function that takes an integer raises a `OverflowError` when called from Python with a value out of bound. According to Python documentation, [the...
To reproduce: 1. go to "COSMIC Settings -> Input Devices -> Keyboard -> View and customize shortcuts -> Custom" 2. Click "Add shortcut" 3. Add any name and command 4....