Christer
Christer
Have there been considerations to adding a section for structuring of work files? Like `.blend` `.psd` `.afdesign` etc. Or at least mention why it falls outside the scope of the...
Seems to me the `ls -lR` command seems to return old deleted files in some cases, which by the looks of it is unintentional and should probably be a separate...
Will this boilerplate be updated to be using `apollo` 2 instead of `graphql-yoga`? Considering this discussion on the `graphql-yoga` repo: https://github.com/prisma/graphql-yoga/issues/449#issuecomment-430540661 (I'm just learning the ropes of graphql and trying...
The new 0.6.0 version of passport, changes some of the parameters of login()/logout(), so seems like some changes are needed for `graphql-passport` to be fully compatible. Example: https://github.com/jaredhanson/passport/commit/17111d76972462eab90a1ea5dcd9211ceb93c7b0 And: https://github.com/jaredhanson/passport/commit/e69834e070662e8972e9eca07cbebf0338cfd226
As title says: **Is it possible to hide fields such as address and phone?** Guess I could modify the output HTML, but that kind of defeats the purpose of the...
**Use cases of the proposed feature** - For those running a dockerized mac server, it would be nice to host AppFlowy using Docker, instead of installing via `brew`. **What types...
As title. Just wondering if install.sh is needed after the initial run. As far as I can read from the source code, it looks like… yes? If so, maybe consider...
I've tried to import from GoodReads RSS feed, and nothing happens while in docker console I see `error: undefined`. To verify if it's a generic issue, I created a new...
I'm running a pure TypeScript ESM setup on Node 16.14.2, running test with `node --experimental-vm-modules node_modules/.bin/jest`. So close this issue if not relevant and maybe just my setup, but thought...
Very nice tutorial. https://blog.manifold.co/build-a-cms-api-with-graphql-and-apollo-server-ae6a5d5c7fb3 Will you be updating this to the new apollo-server 2?