Rapid Rabbit Software

Results 18 comments of Rapid Rabbit Software

Also I happen to notice that the placeholder field is not working either. ~~~ textInputProps={{placeholder: "E.g - Fashion"}} ~~~

For anyone running into this issue, as a quick fix, ensure that you have `pytz==2022.1` installed instead of `pytz==2022.2`

Yes this is a highly needed feature. :) Basically the body parsing options are: 1) field inputs - Works good. 2) file inputs - need something else 3) file and...

What can we do to gain some traction on this issue? Would someone like to collaborate on implementing this?

"a parser that would drop the files" - That would be a nice work around for now. Full file upload support would be even better. I'm guessing that are some...

@dougwilson That's fine. Should I open a new ticket for suggestion that you made?

Is there anything that I can help out with on this? This is a blocker for a project that I am working on. I briefly scanned through the source but...

I am using this starter kit: https://github.com/sahat/hackathon-starter. This project uses the CSRF library https://github.com/krakenjs/lusca (which is also using body-parser). Since body-parser doesn't understand multipart, I receive a CSRF error when...

I figured something like this would be a major undertaking. Let me re-investigate my issue again tonight, perhaps lusca was not the issue after all.

It looks like body-parser is used with lusca. it's a required configuration in your app.js. lusca refers to the req.body for the _csrf token key. Since body-parser doesn't support multipart...