Kevin Smith
Kevin Smith
At Playlister our Apple TV app uses this project. We have 3 - 5 engineers working on the project and have been in production for about a year and a...
This would be a big improvement. As it is now we can't use libraries like async with dbox. What about `error, status, results`?
For anyone else stumbling on this. If you are using the `nodered/node-red-docker` docker image then you need to use the `v8` tag.
Is master considered stable? The latest release on github is v1.0.0-beta2 and doesn't have the direct TFT downloads. I will give master another try. I am still very new to...
Ok master didn't work for me because the Host request header was required by my HTTP server. Finding this required adding a bunch of logging to find that the server...
I noticed that this was removed from the roadmap. Does that mean that it is finished or that it is not happening? https://github.com/prisma/prisma/commit/e33a36b9775a7f4027ad5dea0fbe47f62919da1e#diff-38574c080d4e2eb38c49b86e6588ad98L43
The other option is to just encode the key when making the path. This solves for any characters that are not safe in file names. I modified `cachePathForKey` like this...
Can you post an example?
So there are a couple of things happening here. First, the event handlers are getting forwarded to the socket and the `EIO` non-error is bubbling up instead of getting blocked....
I am considering an app that would have an Electron "server" app but the main interface would be a web page available on the local network. The app would never...