dantrongamz

Results 3 issues of dantrongamz

### Description The TypeScript spec file defines optional methods (marked with ?), but the generated iOS implementation files don't respect these optional markers, causing potential crashes on iOS. In Android,...

Platform: iOS
Needs: Attention
Tech: Codegen
Type: New Architecture
Type: Unsupported Version

### What's happening? Crash happen with the following exception "terminating due to uncaught exception of type std::runtime_error: Unable to retrieve jni environment. Is the thread attached?". The issue is reproducible...

nitro-core

This is a clone of https://github.com/mrousavy/nitro/pull/664 with latest commit from main branch. I could not update existing PR so I create a new one.