Iddan Aaronsohn

Results 243 comments of Iddan Aaronsohn

It should be explained that decorating a component's class with `@track` means making it's methods trackable and providing default data to them and it is not to actually track the...

Allow me to suggest a different approach: How about `@track` statements for declaring default values would be through a component called `` (and by that would be aligned with the...

A very good point about decorating components: But maybe the word `@track` isn't enough self explanatory? Once I'll have some time I will suggest a simpler `@track` method decorator, ``...

Look how magnificent it is

Maybe it should be added to the project roadmap next to relation ordering? https://github.com/prisma/nexus-prisma#midterm

The E2E tests seem to be failing. Once they are stable I can add E2E test for settings

Is it a false positive? ``` PASS tests/e2e/e2e.test.ts (57.338 s) ● Console console.log e2e test project at: /tmp/93c4a663d24ae05e8b37555bdd46f2f6 at Object. (tests/e2e/e2e.test.ts:284:11) console.log e2e output: { runFirstBuild: Error: Command failed with...

Thank you for explaining. I find it a little confusing but at least I know to ignore it now...

Please no chaining APIs. They are much harder to interact with programmatically.

This is a major issue for react native OSS package maintainers as it is very hard to test the code in example projects