Vinh Nguyen
Vinh Nguyen
Could you make it clearer? You mean one instance for all animation types?
I start to work on the project again recently, more fixes are coming. Unfortunately, slowing down animations mightn't be added.
Could you explain why we need it?
Is the entire body of the view? In the above example, `Spacer` doesn't seem to be necessary to center the indicator horizontally. I try the example and the indicator takes...
Is `VStack` or `HStack` a child of another view? Could you share the entire view body? I guess it's not the entire body of the view, otherwise you won't have...
It seems there hasn't been an update from @blanchardma for a while. @szuecs and @mloiseleur, what are your suggestions for moving this forward? The fix would be really helpful.
> @ninjaprox You can open a new PR, based on this PR, and add tests. @mloiseleur Thanks, I open https://github.com/kubernetes-sigs/external-dns/pull/4886 with tests added. Could you take a look?
You can have a look at [importType.js](https://github.com/benmosher/eslint-plugin-import/blob/master/src/core/importType.js) for the logic to differentiate import types, e.g. `absolute`, `builtin`, `external`, etc. One thing worth noting is that rules in `eslint-plugin-import` don't treat...
I guess it's due to some changes in iOS version later 13.0. Could you try [0.1.1](https://github.com/ninjaprox/LoaderUI/tree/0.1.1) version if it's still an issue?
That might become a rule as well, and that will give users fine-grained control over how to enforce imports. This proposal is far simpler than that rule in term of...