Chase Pursley

Results 18 issues of Chase Pursley

This is a really great effort. The CRUD Repo and Resolver modules are really helpful. It reminds me of some of the things Hasura is trying to accomplish. It would...

It would be useful to have more filters in addition to `eq` and `in`. There's some ideas in this library: https://github.com/mathieuprog/query_builder/blob/master/lib/query/where.ex#L140 And from Hasura's _where_ syntax: https://hasura.io/docs/latest/graphql/core/databases/postgres/queries/query-filters.html#the-where-argument ## Suggestions ###...

Consider adding a live preview and link to it in the repo.

Getting this when trying to run: ``` $ yarn dev yarn run v1.22.5 warning package.json: No license field $ next dev ready - started server on http://localhost:3000 error - ./src/css/tailwind.css...

Seems like you need to specify "us" if you're in the US of A: wss://stream.binance.**us**:9443/ws/ If you can point that out in the docs, I'll submit a PR.

### Problem Often times there are database objects (views, functions, etc) that are dependent on others. Migrating a parent means having to manually drop and update all children. This is...

k/enhancement

I'm seeing this when pointing at Hex ``` error: module Inflex is not loaded and could not be found ``` But not when ref'ing this github repo.

This is a neat project. Do you have any interest in moving from Atl Flux to Redux?