Martin Wawrusch
Martin Wawrusch
Hi there, just stumbled upon your amazing package, really awesome. One small suggestion. It would be great, and improve adoption rates, if the homepage contains samples how to get started...
With regards to the proposed minimalism it makes sense to decouple the redis worker cache from the project and move it into it's own NPM. Some of us (e.g I...
They should be removed from your repository and also added to .gitignore.
NPM supports the run-script command, where you can perform scripts specified in the scripts section, like: "scripts": { "test":"node_modules/.bin/mocha" } This is imho a better way than Makefiles, especially when...
Given that this is a boilerplate for test driven development I think you should integrate into travis-ci.org. It's free and only takes 5 minutes.
Have you considered using Coffeescript for tests? It is a very good fit for testing as it removes a lot of the clutter, and the -> syntax bodes well to...
### Which package(s) are affected? Lit Core (lit / lit-html / lit-element / reactive-element) ### Description I am indirectly using lit through some other package and always get the 'Lit...
Hi, I need to implement real-time notifications, and the recommended way of doing it with app sync seems to be local resolvers: See here: https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-local-resolvers.html How can I get this...
It seems that the name of the instance as specified in the serverless.yml is also used as the name withing app sync, plus some unique id. It would be preferable...
The graphql-starter needs that to prevent accidentally uploading keys.