Jake Craige

Results 10 issues of Jake Craige

Hi there, Thanks for building this CLI. It's a really cool way to play around with a blockchain in a really interactive way. Is there a way to display the...

Since in JavaScript timestamps are done in MS, this dividing by 1000 produces a number with a decimal. By flooring it, we produce a consistent number that matches how other...

Because of the table column width, the hash was getting cut off which hid some information that could be useful for someone experiementing with this tool. By bumping the width...

I'm not sure if others have this problem, but sometimes when things get posted I know there's going to be a quick influx of responses, and I don't want to...

feature

We use Circle as a default now because it seems to work better than the others. Since we don't use Travis anymore, this also makes it so we don't need...

When using Carthage it should add a copy frameworks build phase to the UnitTests bundle as well

enhancement

In general we need more test coverage for everything in this repo. :)

help-wanted

Various strings are unused in the translations and we should remove them to prevent confusion / unnecessary work. Thanks to @tomkowz for bringing these up. - PrecipitationChanceFormat - NoneRain -...

help wanted

The endpoint current returns either: an array of events, or (if no events exist) `{message: "No events"}` and a status code of 200. This makes the API tricky to use...