Michael Sokol

Results 9 comments of Michael Sokol

oh yeah, was about to create an issue but this one is there already

I also included two hooks: `mixed_in` and `unmixed` ``` Module A attr_accessor :name end Module B def self.mixed_in(obj) obj.mixin A end def self.unmixed(obj) obj.unmix A end end ```

something along these lines: ``` javascript halRepresenter(function (hal, entity) { var res = {}; hal.links(res, [ aResource, // Use the resource's name for rel, and the resource's path { 'rel':...

Or even simpler: ``` javascript halRepresenter(function(res, entity) { res.attributes({ 'count': 3 }); res.embedded({ 'users': ['foo'] }); res.links({ 'bar': 'baz' }); }) ```

Late to the party, but I'm also running into this issue. I went with polling `c.Recv(100)`, as @mxk suggested, and it works well.

I'd be super interest in that as well! @karmanyaahm, would love to know how you've set up miniflux to work with the proxy.

Just to know, could we use the webpack-dev-server with react-transform?

We could also point to examples from the README