-
```
this.loader = new DataLoader(
keys =>
rMGet(
this.keySpace,
_.map(keys, this.opt.cacheKeyFn),**************************
this.opt
…
-
_From @DaveyEdwards on October 1, 2017 18:24_
#### Environment details
- OS: Windows 10
- Node.js version: 6.11.2
- npm version: 3.10.10
- google-cloud-node version: 1.1.0
#### Steps…
-
Im trying to make the async call to group_add synchronous like in the docs .. but when I do the whole request cycle freezes and doesn't let me take other requests.
```
39 def make_sub(info, g…
-
## 🐛 Bug
Torch fails to build (even with `BUILD_TEST=0`) on `/opt/pytorch/torch/csrc/Dtype.cpp`; looks like another instance of warning converted to errors:
```bash
[0mFirst, rewinding head to…
-
## 🐛 Bug
Build from source on v1.0.0 fails with the following error:
```
[ 99%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/serialization.cpp.o
[ 99%] Building CXX obj…
-
Authorization in GraphQL is (as noted by @helfer in [this post](https://dev-blog.apollodata.com/auth-in-graphql-part-2-c6441bcc4302)) currently not a generally solved problem. Everybody has their own,…
-
```java
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769)
at org.eclipse.jetty.servle…
-
Are there examples of custom cache implementations with dataloader? For example using redis to provide a LRU cache with expiry? Or in-memory cache with upper memory bound.
-
I am trying to implement a cacheMap that is async. Meaning the the "get" function needs to inform asynchronously wether the specified key is cached or not. But that is not working.
My code is here: h…
-
dataloader is usually used on a per-execution basis (ie 1 call to a graphql execute).
that's pretty useless on subscriptions. instead, subscriptions should span across users on a per-channel basis.
…