Mihai

Results 10 comments of Mihai

https://github.com/cbroglie/mustache seems to be the "official" mustache lib now.

@elgatito I believe that should be done on the file storage implementation because the client stores not only files but also the metadata(i.e. completion status of `pieces`) so if I...

Appengine is a proprietary platform so you should expect it to be painful... if porting to appengine standard is painful try to port it outside of GAE...nothing will work.

uint64/int64 can be handled using a library (i.e. BigNumber) though builtin support it would be awesome.

> Package `reflect` has some support for this (`StructOf`, `ArrayOf`, ...) but > it currently has no support for defining new interface types nor any new named types. It's worth...

the library is not handling the errors ...so it's expected to panic...

As far as I know the panics are supposed to be exceptional cases but in this project they seem to be the norm. On a web service it could terminate...

I thought the same. An io.ReadWriterCloser at most should suffice unless I'm missing something. `NewPackIdxParser` also seems to require an idx file rather than pack file.