Mick Lawitzke
                                            Mick Lawitzke
                                        
                                    Having the components in the same repository as Home Assistant has following downsides: - A component cant be updated without updating everything - A component does not have its own...
Would love to see #938 too
Hey @typicode , nice to hear from you! The code seems kind of simple so contributing seems to be easy and I see a lot of contributions from the community....
One may just fork
I don't know about this issue... I do upload files to json-server and it works fine and even gives me progress while uploading. It would be cool to throttle the...
What do you mean bei loadfile and middleware and express? This is just a fake api, you create a route and you can send data to it. This data can...
It would be `req.body.files` and if it is undefined you didnt send any.
`file` is not `files` and this is not a support forum too. I guarantee you you can put files in the body, get progress while sending the request and on...
You can send anything you want to the server and receive anything that has been sent in the request body. You even get progress. How is this not supported? And...
I am not any kind of support. I am just saying sending files works out of the box i implemented it myself. Ofcourse you have to send the files urlencoded...