Roman Zaynetdinov
Roman Zaynetdinov
Hi, I have downloaded an x86 Fedora Silverblue 35 ISO from https://silverblue.fedoraproject.org/download and installed it in VirtualBox. I installed some tools successfully. Unfortunately, I couldn't install any of the modules....
**Is your feature request related to a problem? Please describe.** [unconvert](https://github.com/golangci/unconvert) supports `-all` flag but there is no way you can use it through golang-ci. **Describe the solution you'd like**...
**Describe the bug** Saving MlsGroup state after adding a member fails with `"key must be a string"`. **To Reproduce** ```rust let group_id = GroupId::from_slice(b"Test Group"); let alice_credential = generate_credential_bundle( "Alice".into(),...
I've noticed that majority of errors have been migrated to thiserror. This PR transitions public errors from support crates to derive `std::error::Error` as well.
Send + Sync requirement is needed for rayon to work. It turns out that OpenMlsKeyStore is never accessed in parallel so such bound is not necessary. Use case: rusqlite's Connection...
Closes https://github.com/owncloud/ocis/issues/1217 * Extracted common error methods to `errtypes` package * Fixed type error on Bavail ( https://golang.org/src/syscall/ztypes_freebsd_arm64.go#L125 ) * Alias ENODATA to ENOATTR Still pending: * I am not...
1. Build an array 2. Move last element to be first 3. Access element directly --> order is correct 4. Iterate over array --> all elements after first are missing...
All required strings put to messages.json Fixes #3
In camera mode irrelevant scroll was available, after this fix counter is still in the center of the page and user cannot scroll down. Update: fixed: on the third page...
Previously oauthsimple.js file wasn't setting oauth_version due to equality sign instead of assignment Update: I accidentally included commit from other branch, that is #8, if needed can remove it to...