Motin
Motin
Implemented here: https://github.com/neam/yii-i18n-columns/blob/master/commands/I18nColumnsCommand.php#L137 Cherrypick? :)
@GabiAxel, @martinsik Any update on this? Looks like a healthy PR.
@rubenv Please go forward setting up that branch so that PRs can be made against it, thanks
I started here: https://github.com/motin/angular-select2/tree/select2-4.0-support-wip feel free to chip in :)
It's basically "done". https://github.com/motin/angular-select2/tree/select2-4.0-support-wip JS Bin here: https://jsbin.com/gipezidemi/edit?html,js,output To make it work with select2 4.0 showed out to be a minor task, thanks to the fact that the underlying element...
@RobinMalfait: Do you mean including mousetraps's `mousetrap/plugins/global-bind/mousetrap-global-bind.js` plugin? If that is to be able to allow hotkeys in form elements, it is already possible: https://github.com/chieffancypants/angular-hotkeys#allowing-hotkeys-in-form-elements
I see that [AVA 1.0 seem to have support for running ts files directly](https://github.com/avajs/ava/releases/tag/v1.0.1). Does this deprecate ava-ts entirely?
> Probably not, unfortunately AutoGluon has a variety of dependencies and therefore each of the dependencies will have to support M1 before AutoGluon does. We haven't tried testing on M1...
We have the same setup and it works when adding resolves to the route configuration like follows: ``` loadFileComponents: ($q, $ocLazyLoad) => { return $q((resolve) => { require.ensure([], () =>...
Thanks for checking up on the issue :) No, had to work around it by only loading specific modules at specific places in the application. This is better architecture, but...