Patrick Browne
Patrick Browne
At the moment I quickly and dirtily patched gitdocs : In `src/sources/git.js` ```js function tempDir () { // tmp.setGracefulCleanup() // const dir = tmp.dirSync({ // prefix: 'gitdocs-', // }) return...
Ping ?
OK, je laisse l'issue ouverte pour qu'on oublie pas. Merci.
I think the main idea behind using `cozy-stack serve` was to reduce the number of executables to know. Here, I think it is justified that 1. cozy-stack serve should not...
Oups, j'ai zappé de reviewer cette PR. J'ai plusieurs questions - Quand est ce qu'on sauve le store redux de cozy-client en localStorage ? A mon avis on ne peut...
> Si le doc 1 n'est plus dans la réponse, CC va mettre à jour son store et l'application va réagir en conséquences, non ? Et pour la présence du...
It seems the logout is not awaited. It should be otherwise awaiting the unlink will not wok. https://github.com/cozy/cozy-drive/blob/master/src/drive/mobile/modules/authorization/duck/actions.js#L15 Can you add a test testing that client.logout is correctly awaited ?
Thanks for the detailed description, I will try to advance on this.
Thanks for the quick and thorough response @jrolfs ! * In the meantime, I used the global ~~testing library~~ Playwright options to set up the recording option in the browser...
Thanks for reporting. This is unfortunate. What is the context of this deployment ? 1. Is there instrumentation that can help know the amount of memory the server was using...