Peter
Peter
I wonder if the problem is because of the async nature of Ionic storage, and that fact that reducers are synchronous. An issue about this [here](https://stackoverflow.com/questions/55319705/ngrx-asynchronous-meta-reducer)
Is there any other way to use this lib in Android, not using `jitpack`? I have followed all instructions, and the project builds, but none of the classes can be...
Maybe now Angular 14
Thankyou @iharbeck . I have updated this and Angular to 14. So far so good.
@iharbeck Actually, I just realised I did not point to the correct npm (@iharbeck/[email protected]) I've now done that, deleted my node_modules, reinstalled, but am getting this error (in both IDE...
Thankyou again @iharbeck . The above worked and now have it incorporated, and all looks good my initial tests in my use case (our QA now be testing the app)
Yes, looking at https://github.com/microsoft/microsoft-ui-xaml/issues/6349 I have modified the main to be non async. I now have ``` [STAThread] static int Main(string[] args) { WinRT.ComWrappersSupport.InitializeComWrappers(); bool isRedirect = DecideRedirection(); if (!isRedirect)...
I do notice the above does not bring the window to the front should it be minimised or hidden (on desktop) -would be good if it could do that, so...
I am also getting a similar issue, though mine does report an "Access is denied". In my case I am building as an unpackaged, so added the following to the...
I noticed WinApp 1.2 was now available, so I tried updating to this. I also installed the 1.2 version of the WinApp redist on my test VM Now the app...