Ferdinand Prantl

Results 192 comments of Ferdinand Prantl

If you accept my PR for adding unit tests (#13), I can create another PR with unit tests for this change (60cff1ea14e16965c1b97676b0cc71b4db6cf6c0).

I updated this PR to include unit tests too.

Instead of this syntax: router.get('/start/**', ... => req.params['**'] I would prefer the syntax used by Backbone.js, for example: router.get('/start/*rest', ... => req.params.rest I created an issue (#14) and a PR...

The pull request #6 has been merged. This issue could be closed.

How about using the name `replace` instead of `reset`? `reset` has a different meaning when fetching a collection. If you wanted to re-fetch a collection with resetting the models using...

The `sync` method in Backbone 1.x returns promise using the interface of jQuery.Deferred. Be careful with switching to Promise/A interface in the result of this method. It would be a...

Yes, this is a feature request related to the bug #749. I [commented about it](https://github.com/prisma/graphql-playground/issues/749#issuecomment-522226735) there.

@xerc, you could run `sudo dmesg` right after `sshfs` failed. If you see this, there are no free virtual device slots on your machine: fuse: Failed to register major device...

If you do not need a very specific build of JDK, you can install Alpine packages for JDK 8 or 11: ```dockerfile FROM alpine:3.12 RUN apk --no-cache add openjdk8-jre ```...

I am sorry, a weird set of key clicks on a PC keyboard attached to Mac posted the issue text unfinished. Now it is complete.