You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When types are generated from a yaml file that has dashes in the identifier, the identifier is not wrapped in single quotes, leading to a typescript error:
What I get:
What I expect:
I've already created a fix for this, but need to be granted write permissions to this repo.
P.S. Hi from Unity, Jason!
The text was updated successfully, but these errors were encountered:
To open a PR here you can create a fork and then open a cross-repo PR and that's usually how it's done for open source repos. Let me know if you need any other info, I'm sure I'll merge it as soon as it's available
When types are generated from a yaml file that has dashes in the identifier, the identifier is not wrapped in single quotes, leading to a typescript error:
What I get:
![Screenshot 2024-10-22 at 6 31 25 PM](https://private-user-images.githubusercontent.com/16417401/379037975-a996f5c4-2399-4416-9772-c837264de11d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjkwOTEsIm5iZiI6MTczOTEyODc5MSwicGF0aCI6Ii8xNjQxNzQwMS8zNzkwMzc5NzUtYTk5NmY1YzQtMjM5OS00NDE2LTk3NzItYzgzNzI2NGRlMTFkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE5MTk1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1Y2EyOWUyNjRmOTc5ZDA1MzIxYzE2ZWJkZGRmNDBlM2NmODRmMGZlNTUyODcyMTE2MTlmMzVjMTYxNmVjN2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yBHf2lKOMD7-q-rHcwkevk0wUN1-3nB0o3AsfkEeesQ)
What I expect:
![Screenshot 2024-10-22 at 6 31 42 PM](https://private-user-images.githubusercontent.com/16417401/379037987-97f79d49-0e60-4c98-8bb6-2641722358f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjkwOTEsIm5iZiI6MTczOTEyODc5MSwicGF0aCI6Ii8xNjQxNzQwMS8zNzkwMzc5ODctOTdmNzlkNDktMGU2MC00Yzk4LThiYjYtMjY0MTcyMjM1OGY0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE5MTk1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNlMjJjMjFhMDM0NDJiZjJmZGY2OWRjZjkwYTk0ODU2ODM0YTg0NGFiZmM3ZGIxZDA0NGIyODgxMmRlZmQzOGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._s_eJWFpni5Q8QwmJga_rSJ5GE4tCMndjDvxRJg-9AA)
I've already created a fix for this, but need to be granted write permissions to this repo.
P.S. Hi from Unity, Jason!
The text was updated successfully, but these errors were encountered: