Yoad Snapir

Results 28 comments of Yoad Snapir

@vpanjganj I was trying to avoid the approach you suggested. I think rendering of the component should not be aware of a data load failure. Duplication of the error handling...

@moroshko 2.5y without changes to `react-themeable` I believe it's safe to declare this as unmaintained. We use the theme functionality and it's great but resent the old `object-assign` dependency which...

@nodkz Thanks - this would help a lot of users :) My two cents about this part: ``` const user = await User.create({ email: email, ...otherData }); await createMailbox(); await...

Currently with how I see it (I would dig deeper hopefully later) you bind the model to the connection upon creation time with a call like: ``` let MyModel =...

I am not sure how the Redis store/get logic is implemented on your implementation. But indeed since GQL would selectively get some fields depending on the query - DB level...

Thanks you @arnaudbesnier for clarifying that - I see this in a slightly different light. Since I have been working for a while with ForestAdmin, I have come to realize...

@arnaudbesnier Thanks for being open! Yes, we have attempted using the toolbelt but last we checked it did not support the new schema structure so it fails with the new...

@ulrichb Have been hacking around this for a while now. If @moroshko is open for that change I can try and help with a PR. My (not sufficient) workaround was...

@nodkz Before we close this issue - for future reference I have been using aggregates on my models for over a year - here is some conceptual code that gives...