Tom Dohnal

Results 13 issues of Tom Dohnal

**Describe the bug** It's not a bug in the plugin per se but a "bug" in the docs. In the [default context section](https://i18next-extract.netlify.app/#/configuration?id=defaultcontexts) you use `['_male', '_female']` as the default...

documentation

Hello, is it somehow possible to mock the functionality of the sms verification flow for e2e test? I don't want to skip the 2FA altogether during the e2e tests because...

**Please describe what you'd want to add to TwitterFOMO and why would you find it helpful.** We should introduce a filter which would hide those tweets which are *not* related...

discussion

**Describe the bug** Go to twitterfomo.dev on a Linux device and you'll see that the emojis are broken. **Expected behavior** The emojis should render pretty much the same across all...

bug

**Describe the bug** The profile image of the twitter users is broken **To Reproduce** Go to twitterfomo homepage and see the broken markup **Expected behavior** The avatar should render properly...

bug
help wanted

**Describe the bug** When a backtick (`) is a part of the tweet content, it doesn't render properly. **To Reproduce** Navigate to a page where a backtick is a part...

bug

**Please describe what you'd want to add to TwitterFOMO and why would you find it helpful.** We should upgrade the Next.js version to version 10. There should be no breaking...

help wanted

**Please describe what you'd want to add to TwitterFOMO and why would you find it helpful.** We should leverage the `next/image` component to optimize images in the tweet cards. It's...

help wanted

## Problem I want to delete all the data in a given table. In order to do that, I have to do something like this: ```typescript await prisma.account.deleteMany({where: {}}) ```...

kind/feature
domain/schema
domain/client
topic: client api

Closes https://github.com/adobe/react-spectrum/issues/1898 ## ✅ Pull Request Checklist: - [ ] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [ ] Added/updated unit tests and storybook for this change (for...