Egor G
Egor G
Manual subscriptions are replaced with async pipe. This change also allows to use `ChangeDetectionStrategy.OnPush` for performance optimization.
Augury version (required): 1.23.0 Angular version (required): 7.2.15 Date: 2019 May 12 OS: Ubuntu I see Augury already supports expand/collapse element tree using Ctrl+Click, which is great! It would be...
It looks like TSDX is not maintained: https://github.com/jaredpalmer/tsdx/issues/1065 As an alternative I suggest to migrate to plain Rollup. `eslint-plugin-mobx` is already using Rollup without TSDX. I'd be happy to work...
Readme file states that this library works without decorators:  Could you document how to use it without decorators? We are using Mobx 6 and decorators are turned off
Hi, I am a [Mobx](https://www.npmjs.com/package/mobx) team member and I'd like to see if GradeJS detects Mobx. This library is [listed](https://docs.google.com/spreadsheets/d/1x_D4KsG-Q1bzej2zisqM7I0FOLJaDfRXCwH_cFOFRwQ/preview) among the indexed packages. I've created a brand new create-react-app...
Only actions & reactions are visible UPD: It looks like this library is no longer supported. I've created a logger that supports Mobx 6: https://github.com/kubk/mobx-log
This change allows IDE automatically insert correct imports for the package:  No BC break.
I am interested in implementing SPA for GitPab. It would be nice to have JSON API for GitPab.
The example from README gives the following warning: ``` Warning: Please use `require("history").createBrowserHistory` instead of `require("history/createBrowserHistory")`. Support for the latter will be removed in the next major release. ```