hworld

Results 10 comments of 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...

@tpunix The new version is working for me with Albert Odyssey. No more SD card corruption. I am on Linux, so I converted the .bat file to a bash file...

It might be nice for everyone with issues in this thread to try out the fix that @tpunix posted here: https://github.com/tpunix/SAROO/issues/113#issuecomment-2118846267 It seems that the corruption is at least confirmed...

@Chaosus Ah, didn't realize clang wasn't set up to run. I fixed it up. Do you know if there's any specific guidelines around emitting changed() signals between versions? I'd imagine...