Ran Hassid
Ran Hassid
Same problem on my side. I guess it’s related to changes that were done on Instagram API
Hi @aessig Actually I didn't try it with Socket.IO I use sockets only for real time in my app, all other things I prefer to do stateless (using REST)
Hi @sbsujith I think you don't need to use websockets for uploading files. For this specific operation you can use REST (this is what I did) FeathersJS gives you the...
Awesome @sbsujith
What about this pull request? I think it should be approved because it fixes the custom view issue
I think this library should be rewritten in Swift... There are some alternatives like: https://github.com/HamzaGhazouani/HGPlaceholders https://github.com/teambition/TBEmptyDataSet and this one which looks like it is the implementation of this library in...
@aaronbrethorst I don't see any problems so far but if this library is not maintained anymore and you are anyway planning to take ownership on it then I think you...
Hi @dzenbot and @aaronbrethorst after some more search I found https://github.com/teambition/TBEmptyDataSet I think you should also check this one. Both libraries very similar to each other so maybe we can...
Need documentation for uploading multiple files: Uploading files (guides/advanced/file-uploading.md)
I am facing the same problem as you are now. 2 issues in your code that I can see are: 1. req.file is undefined because you use multer **array** so...