Results 7 comments of Ben Pious

Thanks for responding. In the runtime source code like the variable name is indeed just "name" now. I did find a potential solution to this issue: use `dladdr` on a...

Are you aware of a good way to test this locally? I had done some work on #67 myself but couldn't get the local pod flow to work on Catalina.

Thanks for opening an issue. This might be investigated at some point, and I'd be happy to review a PR, but unfortunately supporting IB isn't a priority for us. In...

Do we want to put this on the project itself or individual releases? I'm not putting a copy-pastable snippet for integrating this into an app currently -- prospective users will...

We currently support linear gradients only.

> It's fine for nonisolated async functions to mutate state on self, because if self it not Sendable, then the guarantee is that no two isolation domains can access it...

@gottesmm Yeah, as long as the data race itself is no longer accepted I would the original issue fixed. Thanks for looking at it! I'm guessing that when you're asking...