Stephen Mathieson

Results 132 comments of Stephen Mathieson

haha ill get to it soon then :p

may be tricky, since we've got [things other than regular objects in state](https://github.com/littlstar/axis/blob/master/state.js#L455-L458) :/ i'll hack on this a bit though, hopefully come up with something

It would be amazing if this could land. I've spent over an hour debugging why my build works locally but not on CI. Finally I added this: ```js const fs...

It doesn't seem like this tool is maintained anymore, so I ended up migrating to [`react-snap`](https://github.com/stereobooster/react-snap) and have had no issues/regrets. If you're having issues with this plugin, you may...

Yeah, its name is deceiving. It isn't coupled to React.

What is the benefit of passing a default value? Why can't callers do: ``` thing = cache.get('thing') || defaultValue ```

Looks like the issue is asking for: ```js var thing = cache.pull('thing', () => { // This is only run if `thing` is not in the cache. return 7 })...

@boboman13 for now, a user must: 1. ensure there is a ~`package.json`~ `clib.json` in the root of their project 2. log into GitHub 3. navigate to the "Packages" page of...

+1 from me! not sure i'll have the time to implement any time soon though. PRs welcome!