Alexander Beletsky

Results 58 comments of Alexander Beletsky

I'm hit by ES vulnerability and want to use docker/dokku to host next one and this is exactly issue I want to understand. I need to run ES and allow...

@blag great.. I think I'll stick to your plugin then. Will dig into code a bit later. Thanks for you help.

Unfortunately it still doesn't work. Are there any other buildpacks for dokku and nginx? I would be happy to fix it if I had more details on issue. ping @progrium

@florianheinemann Thanks a lot.. another one, I found that works for me is [https://github.com/socialshop/heroku-buildpack-nginx](https://github.com/socialshop/heroku-buildpack-nginx)

Sounds great, let's start then. I will take server side part, update all current endpoints. If you don't mind please take login/signup forms. As this is in place, we can...

Don't quite understand.. Browserify and Bower, seems solving different problems. Do you mean use components for front end?

@welhoener btw, I'm using such setup in other projects (browserify + npm) and really like it :)

This is a very interesting issue, you touched Joachim :) While I was giving my [talk](https://speakerdeck.com/alexanderbeletsky/building-single-page-applications) on SPA's I've been asked about that few time, so people are definitely interesting...

@juansiles I would not say, it's possible. Technically you can do that, by putting some data to global namespace. What I'm saying is that I see that as wrong practice...

@joafeldmann sharing data between multiple views is not a problem. Since the model passed to `MainView` it could pass model/collection and and sub-views it's own. Regarding the user - it...