Florent

Results 280 comments of Florent

Already possible using this command: ```bash yunohost backup create -n NAME --apps APP1 APP2 --methods borg ``` If you run `borg list` afterwards, you should see the backup listed. Maybe...

> I still don't really get why we redirect output to `/dev/null`... I'm having trouble to debug issues with my `borg_ynh` - can you explain why we're discarding the output?...

I intend to work on it. From what I saw, the main logic of the favorites is present in the files app, at [favoritesplugin.js](https://github.com/nextcloud/server/blob/95048100ed4bec4c91b0442c2e0999b71ae7d3fb/apps/files/js/favoritesplugin.js) and at [favoritesfileslist](https://github.com/nextcloud/server/blob/95048100ed4bec4c91b0442c2e0999b71ae7d3fb/apps/files/js/favoritesfilelist.js). Regarding the creation...

Should I close this issue?

FWIW, I have the same behavior as Camille (it works as expected), I use the `Ctrl-Shift-H` shortcut on Linux.

I see! So you would prefer using the swagger-codegen in order to generate to multiple languages and with a consistent API?

Since my last comment, I attempted to use swagger-codegen and [openapi-generator](https://github.com/OpenAPITools/openapi-generator). With swagger-codegen, I faced a bug that I could not explain (it would need more investigation). However [openapi-generator](https://github.com/OpenAPITools/openapi-generator) works...

I see that this PR is still open, what do you think of closing it now? It seems the websocket fallback works pretty well!

Here is a good way to check whether sandboxing exists or not: https://support.getgrist.com/self-managed/#how-do-i-sandbox-documents Quoting: >To sanity-check that formulas are being evaluated within a sandbox, you can create a document and...