Peter Scheler
Peter Scheler
Flexbox works fine if you use Phantom JS 2.0 instead of 1.9 (the standard dependency). 1.9 used an old syntax of flexbox.
Yes, they broke support in version 2.1.1 in PhantomJS. ariya/phantomjs#14793
You can also upvote for this implementation on the [NativeScript page](https://nativescript.ideas.aha.io/ideas/NS-I-50).
I would think this is not spirit related. Use the [http2](https://www.npmjs.com/package/http2) module instead of the http module.
I assume that you loaded the wrong package. This is the spirit webserver. The animation tool "spirit" is [there](https://github.com/spirit/spirit).
Yes, we should focus on koa2. I came up with it because of [this article](http://aurelia.io/blog/2018/02/25/server-side-rendering). The first implementation of the Aurelia server-side rendering middleware will be for koa2. I also...
There is also a conflict with `increment_number_by_1` and `decrement_number_by_1`. They are used by `edit.lineUp` and `edit.LineDown`. I would prefere the following configuration: ``` "increment_number_by_1": "Ctrl-Shift-+", "decrement_number_by_1": "Ctrl-Shift--", "increment_number_by_01": "Ctrl-Shift-Alt-+", "decrement_number_by_01":...
I have the same problem. Is there a workaround until this is fixed?
Thank you @davismj. In the end, I definitely will use a service because these states will be from a backend logic. The project I'm working on is in a very...