tab00

Results 61 comments of tab00

can someone please merge the fix into master?

Has @adamwdraper died, or been ignoring us? What's the best thing to do now? I use the NPM package.

Has this repository been abandoned? We need a new maintainer to fix this problem that I still experience (and any other problems).

Intuitively we'd expect the return value to be the post-incremented one, i.e. the end result of calling the `counter.increment()` function.

> `function increment(Counter storage counter, uint256 amount)` > `function decrement(Counter storage counter, uint256 amount)` I was thinking the same. Here are examples of simple counters that take an amount value...

> why not just use uint256 You could ask the same with how `Counters` is now - why not just use `count += 1`, `count -= 1`, `count = 0`...

Would it be better to switch to using createContainer() instead, as you've shown in https://themeteorchef.com/tutorials/using-create-container?

>specifically turning off pure rendering. This is needed because otherwise there's (or at least, was) a bug with React Bootstrap where the navigation active state wouldn't update. Was there an...

Can that pull request just be merged into master?

@inspiraluna, is it an atmosphere package (that we can install by `meteor add`)?