jacky liu

Results 20 comments of jacky liu

> same issue I disabled the `Save Actions` plugin, the issue was gone. 💯

![image](https://user-images.githubusercontent.com/743845/69592305-825f9c00-1030-11ea-9691-b429dca531ff.png) > where is `Save Actions` plugin option? @rookie-12

There is no linux support currently in maui

``` dotnet build Counter.Windows /p:Configuration=Release /p:Platform=x64 ``` can build ok, but application can not execute

maybe utf8.decode works

use IDEA with java8 bundled can fix the issue

> Yeah. I can't keep using java8 as the javafx community has moved on. I will have to disable the plugin :( you can delete that feature from your plugin...

> It sounds like the run configuration didn't select the `main` module of your Gradle project. Make sure it uses the module that contains the app class :) Does that...