Marti Raudsepp
Marti Raudsepp
> wouldn't an update endpoint where all fields are required be an `PUT` operation instead of `PATCH`? I think there are use cases for required fields in `PATCH` endpoints. For...
Version 3.15.1 is out! * PyPI https://pypi.org/project/djangorestframework-stubs/3.15.1/ * Release notes https://github.com/typeddjango/djangorestframework-stubs/releases/tag/3.15.1
Also to facilitate more frequent releases in the future, I've opened PRs: * #660 * #661
After switching from GVFS to `rclone`, I'm getting new errors about invalid Content-Length. It's also weird that `rustic repair index` gives different results from different invocations. Every time I run...
I tried patching in OpenDAL OneDrive backend and using it. But there was no documentation about how to get the `access_token` value needed for it. After prompting them, here is...
The saga continues. I eventually got FUSE/GVFS/OneDrive backup done, by doing it chunk by chunk and restarting GVFS daemon before it leaked too much. But now I have repository corruption...
Yes, rclone works great.
> abilities to priorize includes/excludes Do you have any concrete thoughts on what the configuration schema for that might look like? If we want full flexibility with arbitrary cascades of...
FWIW the current Rustic release 0.7.0 has OpenDAL OneDrive support disabled too, so documentation is misleading. I had to manually edit `Cargo.toml` and rebuild to enable it. Ref: https://github.com/rustic-rs/rustic/issues/1161#issuecomment-2155365265
> If I'm understanding the docs right. then I am supposed to install the 1.7.0 version to match the mypy version I have? That's not correct, I guess the documentation...