-
Zebras should be included. Why not?
-
![high-choo](https://cloud.githubusercontent.com/assets/395307/19651116/a3a250ae-99d9-11e6-88e2-3c0b1fbcf623.png)
-
To reproduce:
1. `npx create-choo-app choo-app`
2. `npm run build`
3. `cat dist/sw.js`
Expected output:
```js
!function(){var e=["f496337daa245e10/bundle.js","caa723c7a1b764f2/bundle.css",…
-
Hello Dan :smile:
Numberphile recently posted a video on chaos theory, illustrated with bouncing balls (https://www.youtube.com/watch?v=6z4qRhpBIyA).
This could make a great coding challenge :s…
-
It fails if too many searches are obtained. I think a header / agent needs to be embedded. This is a new inclusion their end.
-
Hello!
I really like choo and think this project is a great idea and opportunity to make my first contact with electron. 😄
I ran the generator with npx, as suggested, and then ran `npm run build`…
-
I pulled down the latest version 6 of Choo using create-Choo-app. I love the work.
This might be a question for bankai. Running npm build leaves the sw.js in the top dir. Are you planning on integr…
-
Where in the source code does choo handle the return value of route handler functions (the hyperx html)? I see where where the router sets the handler, but I don't see where choo takes that return va…
-
I noticed an error about `localhost:8080/favicon.ico` not being found after an initial create-choo-app, which I found odd because `create-choo-app` creates an `assets/icon.png` file. I was able to get…
-
I spent some time today porting react-fractals to choo. You can see the result at http://choo-fractals.surge.sh, source at ricardobeat/choo-fractals.
Preact version used as base: https://preact-fac…