Damjan Cvetko

Results 297 comments of Damjan Cvetko

Apparently the quotes were the issue. Will create another build.

I also haven't heard anything back...

Hi @agrinman. I think I have access to github actions now and will look at it. I'll also see what makes most sense for install process.

Hi @agrinman. I tested GH Actions and they seem to work as expected. I also had an open PR that fixed an issue and was merged into my branch. I...

This doesn't require the user to do more than drop the 3 .exe files in any folder, although it would be nice if `kr.exe` was in path. Creating a MSIX...

I think some implementations will treat file:///X:/... as a special case. Like .NET for example https://dotnetfiddle.net/lIMLo0 others will not https://go.dev/play/p/I8ekrHTEUkB I bet al lot was written about it, like this...

There is no info about the actual error. Please provide some additional info. Could it be you are trying to run a class file directly?

For iOS you can deduce from [here](https://github.com/transistorsoft/flutter_background_fetch/blob/master/ios/Classes/BackgroundFetchPlugin.m#L89) that an integer response (2) is [UIBackgroundRefreshStatusAvailable ](https://developer.apple.com/documentation/uikit/uibackgroundrefreshstatus/available?changes=latest_major). For Android it seems to be always 2: https://github.com/transistorsoft/transistor-background-fetch/blob/master/android/tsbackgroundfetch/src/main/java/com/transistorsoft/tsbackgroundfetch/BackgroundFetch.java#L37 https://github.com/transistorsoft/transistor-background-fetch/blob/master/android/tsbackgroundfetch/src/main/java/com/transistorsoft/tsbackgroundfetch/BackgroundFetch.java#L208 This is the flutter side:...

Hi! This will not work like that, because the debug adapter (this extension) spawns a php process and gives it the parameters. If you look at the last section of...

Great! I'll try to write a configuration with shell when I come back from my travels.