Aswin M Prabhu
Aswin M Prabhu
Hey. I can help. Slack supports basic MD I guess. https://api.slack.com/docs/message-formatting#message_formatting
Senders like pushover and slack seem to support basic HTML but not all of it. For example, the web UI supports MD headers which are converted to `h1` tags but...
Slack's MD seems to a bit different. The normal MD syntax supported by the web UI uses 2 * around the text for bold but slack uses just one *...
Having the same issue.. Edit - Fixed it by using a smaller apk name
I was wondering what's the benefit letting users sign in? Currently the tool is an archive of links to issues that enables easy discovery. I don't think sign in is...
fileMock is for svg images not css modules. On Fri, Mar 22, 2019, 11:27 AM siddhant wrote: > I don't think we are using css modules so I don't feel...
I managed to get react-testing-library working with typescript. I added back the test for App component as well after setting it up with react-router.
This seems like a big task. @nik72619c Maybe we can share this task.
Hey @nik72619c, can you push your scaffold soon so that I can start working? Also what library are you using? [react-testing-library](https://github.com/kentcdodds/react-testing-library) + Jest seems like a great fit.