Alex Moon

Results 136 comments of Alex Moon

So, the biggest issue I'm running across is that this will require using `multipart/form-data` content for form submissions instead of JSON. I can do this conversion, but it'll require changes...

FYI: My client said to just drop upload support, so no rush anymore, I think this could still be a beneficial discussion. So, The existing API doesn't support multiple files,...

I'm trying to remember...it's been so long. Yeah you have to convert the file but also all the data that goes with the file so its data type is `multipart/form-data`...

Where are we at with converting plugins to typescript? things like source plugins, manifest, offline, etc...

@zachtylr21 Done! Thanks for the work. Once you get that PR merged and join the gatsby org you'll be able to do it all by yourself!! :partying_face:

Is there some reason we're using 'encodeURI' for file names? or can this simply be removed? Happy to submit a PR.

https://github.com/fastify/fastify-static/pull/166 suggest this feature is needed. What's the work around here?

Summary: I'm not arguing with the spec. What I'm saying is that when the wildcard is enabled all files are served successfully. Whether or not they contain escapable characters in...