metame
metame
Possibly fixed in #3487 ?
@joepio This should be ready for another look.
> Looking good! One more general point maybe: Could you add some documentation and tests? I'd accept a PR without them if you had enough of this. > > Especially...
Alright @joepio this is ready for another look. Tests are passing and functionality tested with small and large files.
> I think my 404 issue has to do with the URL encoding. The first part in `s3:fileID` is URL encoded, so it becomes `s3%3AfileID` (`:` becomes `%3A`). When we...
I'm starting on a paginator component :)
Forgot to mention this issue in my PR, but Paginator is done for anyone looking at this list.
So actually the minttea follows is needed as well as all of the other ones. The reason you're having a mismatch in a library is because of not using follows...
> I checked out your PR's branch and ran `nix build` `nix develop` then `dune test` and it seems to work so LGTM And to bring this home, the reason...