David Márquez Fàbrega
David Márquez Fàbrega
In androidX UserVisibleHint is deprecated. I guess it would be good to move away from using it. https://github.com/MvvmCross/MvvmCross/blob/0158a2191b60c9926e2a8e73e139de8355c71645/MvvmCross/Platforms/Android/Views/ViewPager/MvxCachingFragmentPagerAdapter.cs#L130 According to [this stack overflow answer](https://stackoverflow.com/a/57886213/16386923) the equivalent would be: For UserVisibleHint...
### What problem does this feature solve? Right now there is no way to set the markline from the dataset with encode. It could prove very useful to do so,...
### Version 5.3.3 ### Link to Minimal Reproduction [repro link](https://echarts.apache.org/examples/en/editor.html?c=dataset-encode0&code=PYBwLglsB2AEC8sDeAoWsAmBDMWDOApmAFzJrqx7ACuATgMYGkDa5FszA5HvcLQZwA0sTlgC2NaGCEiQtYBmr1pAXUFsKzABwBOAHQBmYQFYtAJgCMZ4ZwCyOegAsssADI4wAtRvTNjAdj0LYX9zYwAWG1sIABsAa1gAFQIsTm92X39wvUjYcIsABgNrEQBhRwICQlhS4F5U9Iy_AqDhK39jYxtyyuqAIXkAd2gIL3UMjl09f2EzAotwrpF7MCcXWvq08aaANi1W2H8dBZ2bZIbt9mYLfVPYY61jEs4AeVosaABzAlgAKWoIIwtj4OIU9HdChZHs9XAQJHB_oCxiDmMVprN5lYbAB1LAxaDUMCwAbAYajNIaFTkAC-20-tAgGFISFgvCkWAg0HcACMCDFSGBaNQfrTyAAPACCYogeGZsGg4iYInEkmksFF6AAnlKZXKwJqQErOPQcARPnxNZx1dsAG4y6h4-wgZkafWG0gAIhAo0YgxlBA9l1ZpvNDKqLDssQS52B7BiBAAZiQRIwpARaEJXQQxcmuAAJCCfRywADKvH4Mk4rlJpfLyPYAHoG7AnbAwBVKHXWcAYtQxHAwMBuzE-BoMBAxARoHgoNBSNYNJyAEofb4uia8Ee0UicADEADF96UAKIGcKcDQaig0MAvBMrr5K1Abnt8He7nbGPqmCwX9jUmltkIMNZQ4DRnwyN0jW5LAMyDdAp14DAnxBdAmxbLAQDbDsPRVagpA9Yc-wHIcAA1YCwaU8D0VDYDFHc8KkTMJjQ5tW3bH4vXkRRlEIzdiLbIcAE0KKo2jNR3OQFCUaQQQA_9yCpakAG4gA) ### Steps to Reproduce When using visualMap with categories set to strings I cannot get the bar charts to paint...
**I'm submitting a ...** (check one with "x") ``` [ ] bug report => Search github for a similar issue or PR before submitting [ x] feature request [ ]...
# Feature Request If I'm not mistaken the configuration of the FlexLayoutModule can only be set once. This is allright in small applications, but I've found myself in the situation...
Right now I feel like the docs are lacking a bit. I know this is constant development but I wanted to know if there was any plan in improving mostly...
Including an example of blockwise for the client and server or a brief explanation on how to use it in the README would be beneficial to get started, since it...
Specified that return type is void for multiple functions
### Version Information - Visual Studio version 16.8.5: - Xamarin.Android version 11.1.0.26: - Using AndroidX or Support Libraries: AndroidX ### Describe your Issue: MaterialDialog SetSelection, IMaterialPickerOnPositiveButtonClickListener and probably other parts...
**Operating System**: Windows **DocFX Version Used**: v3 `QuoteSectionNote` extension is hardcoded: ```c# private readonly List _noteTypes = new() { "[!NOTE]", "[!TIP]", "[!WARNING]", "[!IMPORTANT]", "[!CAUTION]" }; ``` It would be nice...