Mark

Results 10 comments of Mark

Do you mean the liveServer setting in my VSCode? I use '8800'.

Oh! I know what you mean. I don't use other sever. I thought Live Server could replace IIS Express. So I didn't run any server.

Ok, thank you for your reply.

Will phaser-input support v3?

I have the same error :`Undefined rule font-family-no-missing-generic-family-keyword`, when set` font-family-no-missing-generic-family-keyword": true`, in .stylelintrc file.

After updated vue-tsc to 2.0.5, all pinia function get errors: ts-plugin(2339), ts(2339), ts(2769)!

``` Card title Card content ``` How to know `@container

> > ``` > > > > Card title > > Card content > > > > ``` > > > > > > > > > > > >...

I have the same error on Android Devices. MainPage.xaml ``` ``` MainPage.xaml.cs ``` public ICommand RefreshCommand { get; } private bool isRefreshing; public MainPage() { InitializeComponent(); RefreshCommand = new Command(ExecuteRefreshCommand);...

Yes, after I update to version 141.0.3, it works. Thank you.