Nguyễn Đức Long
Nguyễn Đức Long
## Description Since I upgraded to version 2.5.0, whenever I change a dependency not related to `react-native-reanimated` and start an Android build from existing cache, the `ReanimatedUIImplementation.java` doesn't seem to...
Cascading menu feature has been released recently in ActiveAdmin 2.7.0. This PR modifies the header to make the cascading menu more visible to the eye. Changes include: + Refactor the...
This fix `Redis::Client#id` to display the scheme being used correctly. It used to show **redis** scheme regardless of any other scheme we use (rediss, unix...)
This fix the problem when angular is bootstrapped after a delay, for example, load API before bootstrapping. This should fix #34 completely.
Installing `fbjs` just to use the `invariant` method is somewhat overkill. Can we use the package [`invariant`](https://github.com/zertosh/invariant) as a dependency of this library instead?
Installing `react-native-calendar-strip` with Yarn 2 and PnP enabled would result in the following error: ```log # This file contains the result of Yarn building a package (react-native-calendar-strip@virtual:3567eff399af52e12588fde2b231d8f70e2493e0315d1aa647bee79d34fd18d77a3f7589995b83252d12b287908ae0e374aa2085e8207890918894d67263315e#npm:2.2.6) # Script name:...
In essence, this repo is a development project that includes the Mixture package. I would love to have the package directory moved to a separated repo and included in this...
For example, when drag&dropping asset into a graph, the node that implements `ICreateNodeFrom` should be prioritized over the node that implements `ICreateNodeFrom`, because `CustomRenderTexture` is the subclass of `Texture`. `BaseGraphView.nodeTypePerCreateAssetType`...
I'm planning to integrate this library into my project. At the first glance, `TorrentClient` seems to have [temporal coupling](https://blog.ploeh.dk/2011/05/24/DesignSmellTemporalCoupling/), which requires `TorrentClient.Start()` to be called before calling `TorrentClient.Start(TorrentInfo)`. Perhaps you...