Andrew Gaul

Results 483 comments of Andrew Gaul

@BinaryHexer You can use a fork by adding the following to `elm-package.json`: ```json "dependency-sources": { "evancz/elm-sortable-table": "http://github.com/determined-ai/elm-sortable-table.git" }, ``` and the following to `package.json` in the `dependencies` stanza: ```json "elm-github-install":...

I have the same problem with a Clipper card using a Pixel 2 running Android 8.1.0.

Tested again with Android 9.0.0 and Pixel 2 works.

@bdwyer2 I tested with a Pixel 2, not XL.

cloudfuse zeros out the beginning of a file when appending: ``` $ echo foo > $MOUNTPOINT/directory/object $ od -c $MOUNTPOINT/directory/object 0000000 f o o \n 0000004 $ echo bar >>...

@Am1GO Confirmed that de800c535321aef7b5c06bb11ceedfda9daf4c4b addresses these symptoms.

You should consider using [s3fs](https://www.eclipse.org/jetty/documentation/current/setting-form-size.html) or [goofys](https://github.com/kahing/goofys) with [S3Proxy](https://github.com/andrewgaul/s3proxy) using the Swift backend as a workaround until this issue can be fixed.