JC

Results 6 issues of JC

Just wanted to check in to see if this library is still being maintained. I'd like to reliably use it, but notice there's a long standing open PR. Would be...

Looks like pushy is using a function that isn't supported in IE. Might want to consider a polyfill or relying on `.parentNode` instead. Happy to put together a pull request...

Experimenting with doing something similar to the datsys architecture, but am having trouble working through some of the security concerns managing a datascript datomic connection. I did read [this](https://github.com/metasoarous/datsync#sending-transactions-to-clients), but...

Source code imports both `'react'` and `'prop-types'` modules, but doesn't list them in `package.json`. I think you should consider listing them as dependencies, either peer or regular, whichever you prefer.

Is there some way to get the GraphQL document in string form when given the AST?

Ran into this exception today, and I was baffled. I'm not doing any cascading dispatches, or calling dispatch inside of an observer, etc. After digging through a bit I discovered...

bug