Danny Ricciotti

Results 32 issues of Danny Ricciotti

You mention version `1.0.0` in the README but there is no release what that version number. Did you mean `0.1.0` perhaps?

Update to use new build flag for detecting simulator. May need to include `TargetConditionals.h` if used in Swift code, which is not the case here.

They have a new iphone ;)

It would be nice to see more examples of usage in this README. I am stuck trying to figure a lot of use cases out. :)

Useful to print the utterances and schema in a task so the developer can easily add them to the Alexa console.

Per the Uber API, `scope` should be space separated, not comma separated. Use `scope` not `scopes` as well. From https://developer.uber.com/v1/auth/ ``` Space delimited list of grant scopes you would like...

``` 241 | } 242 | if (error instanceof InvalidPackageError) { > 243 | throw new PackageResolutionError({ | ^ 244 | packageError: error, 245 | originModulePath: from, 246 | targetModuleName:...

![image](https://github.com/user-attachments/assets/685d0479-9509-4282-9dcb-92ac7ea8a6b1)

### Topic and scope of discussion Project is in a monorepo, where the root of the RN app is `./client`. How can I use this action to correctly run from...