hworld
hworld
I would also like this feature. Angular's [ngPluralize](https://docs.angularjs.org/api/ng/directive/ngPluralize) supports it, as does their new [MessageFormat support](https://docs.angularjs.org/api/ngMessageFormat/service/$$messageFormat), as does with MessageFormat. It may be outside the scope of an angular-gettext lib...
Is this related at all to how the imports are done? With latest Vue changes we're now supposed to import in TS like so: ```typescript import Vue from 'vue'; import...
Sounds great! Not sure if you plan on writing out custom code/decorators for pulling state/actions/getters/mutations into components (wrappers around mapGetters, etc.) but I'm currently using https://github.com/ktsn/vuex-class/ and here's how I...
Was just gonna make an issue for this one. I'd also love to type out the last part of a module, ie the part after the last dot, and have...
Hey, I'm curious about the effort involved. Implementing this would bring you much closer to the angular2 style API by allowing to get rid of $q completely, yeah? Async/await would...
This fix worked for me as well. Any way we can get this done by default?
Not sure if this belongs here or in a new issue. It seems to be potentially the same issue. ```elixir @spec handle(pos_integer() | nil) :: :ok def handle(id) do if...