Gregor Martynus
Gregor Martynus
follow up for https://github.com/hoodiehq/hoodie/issues/194
follow up for https://github.com/hoodiehq/hoodie/issues/118 Basic idea is to pool GET request, e.g. when executing `hoodie.request('/hoodie/api')` in quick succession it will not send multiple requests, but only send one request and...
Hoodie only needs the built version, it does not browserify hoodie-client on the fly. So how about we create another npm package which only has the built files and no...
Should be something like ``` js var Task = require('hoodie-client-task') // ... api.task = new Task(api.id, { url: '/hoodie/account/api' }) ```
I’ve published a new version with a fix: https://github.com/hoodiehq/hoodie-client-store/releases/tag/v3.0.2 When I install Hoodie, I don’t get the fix, because `hoodie-client` gets build on publish, and it does not get published...
:sparkles: This is a [dreamcode question](http://hood.ie/initiatives/#dreamcode) :sparkles: #### What would the idea API look like that [hoodie-client-store](https://github.com/hoodiehq/hoodie-client-store) exposes, so that we can read out `hoodie.account.id` and add it to each...
to reproduce ``` npm run build cat dist/hoodie.min.js | pbcopy ``` Open http://example.com/, open console, paste, enter `window.Hoodie` is undefined. Doing ``` cat dist/hoodie.js | pbcopy ``` and pasting works...
As we use [jekyll](http://jekyllrb.com/) for http://hood.ie/, all pages can be directly edited on GitHub. For example, the content of http://hood.ie/community/ can be edited here: https://github.com/hoodiehq/hood.ie/edit/gh-pages/community/index.html (You need to be signed...
@danielberndt mentioned that the font on our blog could be improved for non-retina displays - https://twitter.com/D40B/status/738370978951073792 - https://twitter.com/D40B/status/738371367901532160
JavaScript
This evolution proposal is part of point 3 of the Hubot 3.0 milestone: > Modernize the project by translating CoffeeScript to JavaScript, improving integration with various developer tools, and adding...