Vincent Petry
Vincent Petry
Here's a gist with the script I currently use for the second export workflow: https://gist.github.com/PVince81/79d0c73ac06ff508a97e68c8d0f0d7fc I run this on a local machine with a desktop client, so there's no direct...
@skjnldsv can you maybe check this one ?
This was observed in v-tooltip version 2.0.3. I didn't try master yet but saw that the logic is anyway the same there.
I just found that there's also an `apply-show` event, but still it would fire before the "requestAnimationFrame" initially: https://github.com/Akryum/v-tooltip/blob/master/src/components/Popover.vue#L443
also returning an empty string or null would still display the tooltip. I'd expect to be able to cancel the tooltip conditionally based on something that only gets computed on...
ah, I found this which claims that a falsy value should hide the tooltip: https://github.com/Akryum/v-tooltip/issues/136
the PR doesn't technically propagate expiration. it just makes it so that the originating share might expire and when it does, it's as if it was deleted, so federated instances...
@schiessle @AndyScherzinger see above as we discussed this before, I hope to get this documented eventually
- [ ] to clarify: are mobile clients affected as well ? it will depend whether they rely on etags to sync deeper files
cc @icewind1991 in case you think there is anything to add