Alanna Stone

Results 180 comments of Alanna Stone

You can add this with `cd $(git rev-parse --git-dir)/..` for normal repos with .git inside the directory.

A more robust one is `git rev-parse --show-toplevel`

Is there an up to date zsh fork of this? I'm considering switching over but this is my primary shell environment.

Wikipedia says MIFARE and has some other info as well - similar systems. I'm not sure if it's useful or not. http://en.wikipedia.org/wiki/CharlieCard

Is there any way I can help move this process along?

I have a nexus 5 and could get access to a galaxy nexus if needed if I could get clear directions on things I could do to help

@phcoder how do you get that data? I have a nexus 5x I could try with

I'll install the tool and see what I can get. Can you send me an email to discuss? daenyth@gmail.

It is in fact! It's [Cockatrice](https://github.com/Cockatrice/Cockatrice/). The proto files are [here](https://github.com/Cockatrice/Cockatrice/tree/master/common/pb)

I expect some nested ADTs would need to be generated, like `type AllMessages = TypeOne | TypeTwo`, `type TypeOne = TypeOneA | TypeOneB`, and so on.