Kamil Kisiela
                                            Kamil Kisiela
                                        
                                    [Novu](https://novu.co/) is open-source and MIT licensed.
Try to explain the most popular issues with this structure: - Symptom - Diagnosis - Solution Define error codes (like in TS) for errors.
We're thinking of a read-only demo with public access or a walkthrough video (at first and later on maybe a video per feature) that we could put on the landing...
Uses `Query.hash` as the cache key of #3759 The idea here is to avoid misses and increase the hit rate for the GraphQL validation's cache by normalizing GraphQL operations. The...
``` ReferenceError: require is not defined in ES module scope, you can use import instead This file is being treated as an ES module because it has a '.js' file...
Creates a special `Mutation.ensureMe` that can be only accessed by `@hive/app`. Removes the MessageBus, Redis and all that crap :) The entire logic runs within a PG transaction and is...
The idea here is to run all outgoing communication (provided by users) within CF Worker to isolate it and disallow access to the cluster network. Closes #473