Kirill Voronin

Results 24 comments of Kirill Voronin

Does it mean that by default (without the flag) we won’t be able to manipulate images (resize, rotate, etc)? I use it to display images miniatures. I think this is...

Any progress on this? Can we help? I think this issue needs more attention since now this build is the preferred way of installing Emacs on OS X (according to...

@TalosDx I had the same issue due to #380 (just removed it as temp fix, see https://github.com/kylemanna/docker-openvpn/pull/380#issuecomment-385647667)

With modern `flask-graphql` use `get_context=lambda: {'session': db.session}`: ```python app.add_url_rule( '/graphql', view_func=GraphQLView.as_view( 'graphql', schema=schema, graphiql=True, get_context=lambda: {'session': db.session} ) ) ``` See https://github.com/graphql-python/flask-graphql/issues/52#issuecomment-412773200

@orbiteleven do you mean to just make `START|SUCCESS|ERROR` actions FSA compliant or replace them with sequence ``` {type: FETCH, meta: {sequence: 'start'} {type: FETCH, payload: ...} {type: FETCH, error: true,...

I propose to extend the library with a reducer that will update such ids arrays. Because it should know where to look for them, also this change involves modifying `reducersFor`...

> paypal link? Definitely! I love this app so much. While it was broken, I measured length using terminal window, it was terrible. Thank you.

Hi @jaavieer, It may be because there's no JavaFX in Linux Mint by default. Try to get it using next command: `sudo apt-get install openjfx` or `sudo apt-get install libopenjfx-java`...

I wonder whether packages have been successfully installed? I'll try to find a fix a bit later.

OK. Another reason may be that you use Java 7, but Java 8+ required. Can you run the next command in terminal and show its output `java -version`? After executing...