-
## Version **2.2.2** of [babel-preset-airbnb](https://github.com/airbnb/babel-preset-airbnb) just got published.
Branch
Build failing 🚨
Dependency…
-
The version was bumped to `2.0.0` here https://github.com/airbnb/hypernova-react/commit/94819b755ecf93fbddba191d3b4ed167d4f4e130 but it's still `1.0.0` on NPM.
Any chance we can get a release? ✨
-
Hey team, I really appreicate you guys open source hypernova. It's awesome and flexiable that make isomorphic so convenient.
But now I encounter some weird situation, I don't know if there is somethi…
-
Currently there is no caching done by the grapher. For example:
If I take
```
posts: {
authors: {
authorFriends: {}
}
}
```
If I already have authorFriends, it should only try fetch…
-
When testing a view that calls `render_react_component` the spec throws the following error.
```
Failure/Error: render
ActionView::Template::Error:
called hypernova_batch_render without calling hyper…
-
travis-ci installs `github-pages-health-check`, which depends on `~> 1.4` of `public_suffix`.
However, our ruby 1.9 builds don't work, since 1.5 incorrectly included a breaking change in a minor ve…
-
We use `webmock`, `~> 2.0`, and maintain support for ruby 1.9.
However, v2.2 dropped ruby 1.9 support - incorrectly, in a minor version.
It would be appropriate to release a 2.x release that is …
-
I'm really excited about this project. Unfortunately I'm locked into a java platform so I'd have to write a client to be able to use it. I don't mind doing that on the surface of it, but it'd be extre…
-
Rendering is a CPU bound task which might be problematic for Node js during spikes.
We could use something like https://github.com/xk/node-threads-a-gogo to create a thread pool of workers that render…
-
Does Hypernova cache components and if so what is the cache key based on? I was looking through the code and it appears like there's some caching going on but only in `createVM` which doesn't appear t…