Alexey Nikitin
Alexey Nikitin
No, you can access all the keys via dots. The section only allows you to reduce the duplicate prefix and to uniquely duplicate the names. For example, instead of ```...
And also you can get easy access to the values through the sections. For example, instead of ``` var testViewModelTitle = I18N.Current.Translate("FirstViewModel.Title"); var testViewModelDescription = I18N.Current.Translate("FirstViewModel.Description"); ``` can be written...
If you add the form "TestViewModel=>Title", how should JsonKvpReader and other parsers react? If you do a unique separator for the section, then you need to change the contract for...
Could be a change in the contract to submit another pull request?
Another comment - https://github.com/shakacode/bootstrap-loader#postcss
Hello! Any status on this feature?
I Checked the loader on different devices and it works very nice, but on my iPhone 6s it shows a black box instead of desired output. Related PR in [React...
Same problem.
The opportunity has not always, becouse an initialization point may be in Setup.cs(MvvmCross). Can I add initialization code in Setup.cs (Setup.cs initialized in Droid.SplashScreen.cs)?