Alex Villarreal

Results 95 comments of Alex Villarreal

We might be using `Buffer` somewhere in the project, yeah, but this error must be from a call made by isomorphic-git, right? When our code calls `readTree()` we're passing Node's...

Added the try-catches around inflate and deflate, I'll update with results once it happens again. I still think as a matter of robustness it'd be good to have a check...

Yeah, with the extra try-catch around pako calls now that's the error I get, so the "buffer error" seems to be coming from there. Specifically `pako.inflate`. ```console InternalError: An internal...

The project [is public](https://github.com/microsoft/FluidFramework) but reproducing the problem is very tricky. My ad-hoc setup right now is running a set of heavy tests in a loop until eventually they fail,...

I'm just starting to dabble into Cloudstor so I might be off here, but something I read somewhere (can't find it now) made me think that volumes cannot be shared...

With regards to the `Error response from daemon: dial unix /run/docker/plugins//cloudstor.sock: connect: no such file or directory` error, in my case it was happening because the storage account had the...

@bitsofinfo let's not pollute a thread about Docker for AWS with Azure concerns, but I had the same issue with `cloudstor.sock` in a Docker Swarm and resolved it by turning...

Reopening to keep in my radar. This still needs to be fixed, and we should have better tools (new/updated flub commands) to do this in a better way.

This was superseded by https://github.com/microsoft/FluidFramework/pull/22305 and https://github.com/microsoft/FluidFramework/pull/22410.

> Which part is not as followable. This seems like something that should be sufficiently overviewed/explained somewhere (and not just in PR description). It's mostly lack of familiarity with a...