Miha Markič

Results 49 issues of Miha Markič

I've created a simple flutter app using webview_flutter plugin. I open a web page and no autofill suggestions are shown. While the same page works if hosted in webview in...

I tempted to discontinue the project since DevExpress [announced](https://community.devexpress.com/blogs/aspnet/archive/2019/04/02/announcing-devexpress-ui-for-blazor-razor-components-preview.aspx) official Blazor support. Keeping this alternative doesn't make much sense anymore. Thanks for all the comments and contribution, it has been...

Hi guys, I've finally set up a single configuration consisting of a device, gateway and this server. Thanks to guys here. Anyway, while my device works - is able to...

If there are no areas configured then adding a gateway yields "Invalid Form", but area input field doesn't get colored red nor there is a useful error description. So a...

Not sure whether this can be classified as a bug, but it could be problematic. I'm deserializing a type from a stream. The content is like 100MB long. And this...

Hi guys, Is it possible to transform an android asset file. Basically it should transform it and put it in the same place (Assets directory or a subdirectory) with the...

I'd like to see View.Insert(View, int) and RemoveAt(int) methods, so the item at certain position can be added or removed. I can create a PR...

enhancement

Imagine this scenario. I have a class _BaseClass and _SubClass. I want to autogenerate subclasses for both so that I the end I'd have this hierarchy: ```dart _BaseClass BaseClass //...

How come [Android.Gms.Vision.Tracker](https://developers.google.com/android/reference/com/google/android/gms/vision/Tracker) class is not generic? Is this a binding limitation?

I'm seeing that NuGet.config created by this extension doesn't work if placed next to .csproj file, but it works when placed next to .sln. Anybody seeing the same? VS 2017...