Julien Nakache

Results 11 issues of Julien Nakache

In the [design exploration](https://github.com/convoyinc/apollo-cache-hermes/blob/master/docs/Design%20Exploration.md#normalized-graph-cache), it is not clear how the normalize graph is different than the [regular flat map](https://github.com/convoyinc/apollo-cache-hermes/blob/master/docs/Motivation.md#flattening--normalization). The examples look exactly the same: - flat map: ``` {...

Hello guys! It seems to me than to pass a valid slice to _connectionFromArraySlice_ you basically need to know the start offset and end offset to make the slice bigger....

On a fresh install, I get this error when running `yarn dev`: ``` yarn dev yarn run v1.10.1 $ npm-run-all --parallel start playground $ nodemon -e ts,graphql -x ts-node --no-cache...

### Overview In order to convert SQLAlchemy object models (SAM) into a full-blown GraphQL schema, SQLAlchemyObjectType (SAOT) does a lot of automatic mapping and conversions: - it automatically names Graphene...

discussion

Hi, I've been thinking a bit about how we could implement the Dataloader pattern in v3 while still running in multi-threaded mode. Since v3 does not support Syrus's [Promise library](https://github.com/syrusakbary/promise),...

help wanted
discussion
investigate

Hello, I've started using this library in our tests and I really like it so far. My main concern at this point is that we have to repeatedly mock data...

I'm not sure if it's expected or not. I created a repro here: https://github.com/jnak/enzyme-rn-ref-repro Very cool project btw!

More information needed

My use case is that a scene A needs to know it's in focus when the user navigates back from scene B. I would like to decouple the back button...

Hi, Clients and the UI can temporarily disable access policies by setting `apply_access_policies=false`. However, this is not currently possible in GraphQL. The only workaround at the moment is to create...

enhancement

Hi guys, I've been noticing something strange lately. After some time idle (no notification is pushed), ApnServer fails silently to deliver notifications, and end up raising : ``` /usr/lib/ruby/1.9.1/openssl/buffering.rb:235:in `syswrite':...