Geordie J

Results 67 comments of Geordie J
trafficstars

Ok, thanks so much for your continued work on this @kateinoigakukun. You are doing heroic work. どうもありがとうございます。

@bitwit note that we ran into a related issue, whereby Foundation was implicitly being imported: https://forums.swift.org/t/how-to-disable-implicit-foundation-imports/59678 Due to that bug, using any API from Foundation, even if you don't `import...

Hi @gabielchong, AFAIK we don't currently support app delegates written in Swift. My understanding is that RN itself does not support that configuration but things might have changed since I...

Wow, I'm impressed and terrified that it's possible to alter AppDelegate.h so drastically without even (re)building a native app. I knew objective c was quite dynamic but I didn't realise...

I don't think Apple wants to directly document or comment on this behaviour because it may change in the future etc. For now, from what I can tell, the ANE...

Swift has no way of dealing with `args` safely because there is no known length at compile time, and bounds checking would not work as it does with native Swift...

FWIW this is still a blocker for us to move more services to datadog