JP Erasmus
JP Erasmus
Can you upgrade to use the latest version of the plugin? If I look at the example you linked in the issue description, I can see you are loading a...
Thanks @Fischaela, this totally helped me. Had a similar issue using Roboto to render Japanese and for some characters it actually rendered Chinese symbols.
Yeah, Japanese and Chinese are both affected by this. I got around the problem for both languages using @Fischaela's suggestion and conditionally uses Noto instead of Roboto when language is...
Adding our interest for this feature as well. I see ElasticSearch solves this problem with a special "nested" object type that under the hood creates separate indexes for each object...
I believe I'm running into this same issue now trying to query a many-to-many relationship using MongoDB. I looked at the attached PR which seems to indicate that some people...
I have the same error. package versions: ``` jest: v24.9.0 jest-fetch-mock: v2.1.2 ``` jest.config.js (left details out, can reproduce with just this) ``` module.exports = { globalSetup: './tests/jest-setup.js' ``` tests/jest-setup.js...
I have a `test` run-script in `package.json` file that runs `jest`. I use `yarn` instead of `npm`, but not sure if that makes a difference. Running the local `jest` directly...
Hi @ribalnasr Thanks so much for doing this. I'm sure other users will also find this useful. I'll see where we can add this to our documentation.
Amazing work, guys. I've included this in one of the Flamelink articles for other developers to reference: https://intercom.help/flamelink/en/articles/3068550-flamelink-and-cloud-firestore
@msftedad Please contribute a PR for this fix. I would be more than happy to review and publish.