David Márquez Fàbrega
David Márquez Fàbrega
Are there any plans to migrate this to android x and merge? It would help a lot since now we're forced to use an Activity for initialization (in our case,...
Any progress on this?
The problem for me is when using linking mode Sdk Assemblies Only for Android. Serilog pulls the old version of the Microsoft.Extensions.Logging.Abstractions and then there is an assembly mismatch. I...
From what it looks like they do not plan on implementing it: https://github.com/apache/echarts/issues/8796#issuecomment-410164328 I'll quote the message by @Ovilia here: > Thanks @amittonge . It's true that axis range will...
Would it be possible to create a wrapper? I did something similar for some bindings I'm trying to do with Afollestad Material Dialogs. I created a partial class in the...
Having the same issue
Another option would also be to be able to maintain the current tags but allow users to set the titles themselves. I believe this is how docusaurus does it Maybe...
@mortenamby where you able to figure something out? I guess you want to achieve something like this:  It would be great if we could have grouppings with different lengths....
I was able to imporve it:  I basically do the same as https://github.com/apache/echarts/issues/4902#issuecomment-747313873 but when I use a dummy separator to indicate the sections and then I put the...
A possible workaround (in Angular) could be: ```html Not draggable Draggable ```