Maximilian Stroh
Maximilian Stroh
I don't have a windows 7 at hand, @nefiltari may you look at this?
I'm currently planning to overhaul the project from the bottom up, since nearly every dependency is vastly outdated now. This should also fix most of the current issues. Stay tuned!
Thanks for the info. I'll have a look into all the dependencies in the near future, since several things are currently _way_ behind it's upstream versions and the compiler stuff...
This would be very nice!
I'll look into it. Coffeescript reached 1.7, too.
seems like you broke the testsuite. mind to fix it? :)
Mh, okay, this might be a start. For better clarification, I'll provide a simplified example for a store that will later get included as a module: `state.ts`: ````typescript export class...
small heads-up: it was really straightforward to implement a Store-Module as a standalone npm package in typescript, with tooling/tests/typings and namespaced:true, and then use it dynamically within the core app....
@morhi sure, I extracted a simple (but not trivial) store we're using. https://github.com/Anonyfox/vuex-store-module-example please respect that I can not give a valid license, this is just intended for demonstrating. /cc...
@headius updated the section about tiered-compilation just after i asked him about startup-time problems. -XX:+TieredCompilation -XX:TieredStopAtLevel=1 as flags to jruby reduced the time for require'ing gems by 50%, but didn't...