Scott Twiname

Results 82 comments of Scott Twiname

I've found a bug with order by I will improve tests further and fix.

> Excellent work on filling this out! > > My main concerns right now are: > > 1. connections - are they affected by distinctOn? Does changing the order break...

> Would using distinctOn only in lists satisfy your needs? Then you don’t need to worry about aggregates, cursors, etc. (See docs on —simple-collections.) We need both cursors and aggregates.

@Umenokin did you figure this out in the end?

Heres an example of a work around https://github.com/subquery/cosmos-subql-dictionaries/blob/main/schema.graphql#L2

The problem with a KV store is that they often only let you store primitive data type. e.g. LocalStorage only lets you store strings. Being able to know the data...

The problem is in this line https://github.com/FaridSafi/react-native-gifted-form/blob/master/widgets/SelectWidget.js#L29 If the default value is `false` then it will use the title as the value. Changing https://github.com/FaridSafi/react-native-gifted-form/blob/master/widgets/SelectWidget.js#L43 to `value: child.props.value,` solves the problem...

@Sanyam-jain30 feel free to start this and make a PR when ready.

It should run on Windows, although we don't regularly develop on windows

This would need to fall back to current method if cursors aren't supported