Scott Silvi
Scott Silvi
`extension` property / argument now supports multiple file types. This allows users to execute `persistgraphql` in environments that utilize the `gql` tagged template literal, `.graphql` files, `.gql` files, and any...
Working on a project that uses primarily the `gql` tagged template literal for defining queries, but `.graphql|.gql` files for defining fragments. Currently persistgraphql seems to be an either-or proposition. If...
There are cases where I want to have a default value applied. I understand that I could do this like so: ``` const getFooterOverrides = theme('mode', { foo: p =>...
So I have a `react-sortable-pane` on a page with two items. On initialization, they are in order `[0,1]`. If I swap the order to `[1,0]`, I fire off a `dragStop`...
I wrote a module that converts CSVs into 🧔separates values. Can you please add support for emojis? Otherwise I won’t be able to feed my family.
This PR rewrites the `liberal-accept-strict-produce` rule. Provided we don't actually change the intent of the rule, should I be generating new evals? I chose to, kind of wanted to see...