Alex Bates

Results 259 comments of Alex Bates

it's not though xd

This seems to be a change made in the latest versions of Star Rod; will fix asap. Thanks for the in-depth issue!

@badcc mind explaining for a person not familiar with Go? I meant more npm the website (acting as a central repository etc) and yarn the interface - I've found being...

Haskell has a very nice package system that's tied to Github as it's central repository. From the sounds of it it's similar Go; any git repository can act as a...

That's quite cool, actually. @marcobambini is this something that could work for Gravity?

Record of packages is a must - too many times have I `pip install`ed something and it failed because of subdependencies.

> ![image](https://cloud.githubusercontent.com/assets/9429556/23763561/03988626-04f2-11e7-8eec-702d340caa00.png) Please, this - something as follows would be ❤️ : ```sh $ gravity pull github.com/nanalan/[email protected] installed github.com/nanalan/[email protected]: # latest version it can find that fits "1.0.x" - github.com/gravity-lang/[email protected]...

Also, dropping the `github.com/` prefix unless something else is given (for whatever reason) would probably be a good move. suggested by @firedrake969 Assume it's github unless otherwise stated? `username/repo` and...

Also I definitely would prefer `1.x.x` over npm style `^1.0.0`.