Veselina Radeva
Veselina Radeva
Do you mean [Uplabs Challenge](https://www.uplabs.com/challenges/nativescript-uplabs-challenge)? If so, I'm pinging @rdlauer to provide more info.
@pradt @bhavincb @rodgco Could you elaborate a bit more on the problem you're trying to solve with this feature?
Thanks @rodgco ! This describes more the implementation of the feature. I'm trying to understand why you need to have the code synced in the Playground when you already have...
Thanks for your feedback @vedranstanic82! We plan to integrate the Playground experience with the in the CLI probably in 4.3 which is I think exactly what you're describing. Have in...
@vedranstanic82 currently there is an issue with [tns debug always restarting the app](https://github.com/NativeScript/nativescript-cli/issues/2992). Till it's fixed you can try using `tns run`. Let me know if it works for you.
I also confirm the bug. A possible solution to this could be the workflow_dispatch inputs to be enhanced with INPUT_* environment variables as it is [described in the documentation](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs). This...