Arthur Geron

Results 31 comments of Arthur Geron

@hyochan Personally, I'd prefer if calls like `getProducts` returned the data directly in the same Promise that is generated, instead of storing it internally and returning from a separate variable....

Welcome back @hyochan! Swift lint issues are now fixed. Your explanation about the reason behind how data is delivered makes sense, I appreciate your detailed explanation!

@hyochan CI issues fixed but Github Actions is acting up 😅

Migrating to RTCModernEventEmitter is more complex than it seems; I've decided to drop that specific part of the PR due to the limited documentation on that migration process.

I'm trying that out, thank you!

I appreciate your interest and contribution proposal to the project. I suggest reading our docs and seeing some examples. In big features like this, we usually don't accept them unless...

Hey! So in this case, it may have identified the necessity to use memoized props for the `

The idea behind placing a uncomfortable underscore is specifically so that devs know these variables were created by the auto-fix and that they need a proper name. Identifying `\s[_]{1,}[a-z]{1,}` is...

I understand the necessity here, but I'm not fond of officially adopting a specific approach and then perhaps finding edge cases or not being the best solution for everyone. The...