Perry Mitchell
Perry Mitchell
Hi @jokester - thanks for the quick response. I've already switched to using Rollup to bundle the backend of this particular project - it handles the needs of socket.io-client just...
Hello! I haven’t yet had the time to clean that up yet. I removed the donation options when Buttercup transitioned under the new company where I felt that having a...
Thanks for posting this, I'm seeing the same, but don't think it's limited to Vue.. at least I'm not certain. It happens on an array of sites I use and...
I have the same issue. How can I disable these checks? Using this image on k8s with nfs mounts is a nightmare right now 😅
Well, it has to do with the docker image pgvecto.rs is **build with**, as it forcibly tries to change permissions and fails to do so. I'm running it on a...
It should work as such, and the fact that the directory was removed reaffirms that. There’s a node test here: https://github.com/perry-mitchell/webdav-client/blob/master/test/node/operations/deleteFile.spec.ts#L53 - but it would be good to have one...
No way currently, but good idea.
The current copy functionality isn't ideal in terms of it's base assumption - that the **selected** entry is the one to copy. Selection is still maintained by actual HTML focus,...
@quintushr I suspect the issue will be in this method: https://github.com/buttercup/buttercup-core/blob/master/source/facades/vault.ts#L74 It's been around a long time, but it's definitely high time we fixed it 😅 - There's good test...
@quintushr Hmm, did you try with only a single vault consume call? Doing everything in one working state before consuming the facade to process changes? The desktop does it all...