Robin Genz
Robin Genz
I just tried it and was able to reproduce the issue in the simulator. I don't have an iOS 16 device at the moment for testing. @changefox Did you also...
Hi @nx-irvin, thank you for your request. Please provide a Minimal, Reproducible Example (see [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)) so I can debug the issue. Please also provide...
I get the error even if the label still exists. If I call the label `needs-reply` (for example), then it works as desired. The problem only occurs if there is...
Thank you for pointing this out. I am also not very familiar with YAML. ```diff - label: 'needs: reply' + label: | + | + needs: label ``` Unfortunately, this...
I enabled the debug logs. However, the line break [did not move](https://github.com/robingenz/octokit-request-action-issues-118/runs/3527613745?check_suite_focus=true#step:2:63). 😄
My temporary workaround: ```yml name: Remove needs-reply label on: issue_comment: types: - created jobs: needs-reply: runs-on: ubuntu-latest steps: - name: Remove needs-reply label run: | curl --request DELETE \ --url...
Short update: Unfortunately, I have not found a syntax that works. As soon as I have some more time I will try to find a fix for the action. Until...
This is the entire log: [logs.txt](https://github.com/transistorsoft/cordova-background-geolocation-lt/files/8303700/logs.txt)
Thank you for your response! According to the documentation `distanceFilter` must be set to 0, otherwise `locationUpdateInterval` cannot be used, because `distanceFilter` overwrites the value of `locationUpdateInterval`. ``` (property) Config.locationUpdateInterval?:...
Thank you again for your response! I tried it as you recommended and walked about 1 km with `distanceFilter: 100`. Here is the whole config: ```javascript const config = {...