jeromecambon

Results 9 comments of jeromecambon

We are building our GraphQL schema from an xml schema with non-ascii characters for identifiers (typically characters such as é, è). This limitation is very ennoying for us, since we...

Yes, it was a typo, it is `overflow: auto;` I have updated the "To reproduce" section above.

I have the same issue: I want to download translations for specific languages only. I use the default (all languages) but then have to remove the unwanted ones. Moreover, using...

Thank you for your answer. I did almost the same, but I'll give a try with your exact setting.

I still got issues with the setup. I finally found the following is much simpler: ```ts let fileStr = fs.readFileSync(filePath, "utf8").toString(); let result: AnalyzeTextResult = analyzeText(fileStr); let output = transformAnalyzerResult("json",...

Any workaround for this? Thanks!

I have a fix for this, but don't have the rights to create a PR.

Thank you @ElPaisano for your update 😃 Not sure it would help me, since I get the issue on a single big file with many annotations. Using `jitterbit/get-changed-files@v1` one can...

@jdkato Any news on this one? Thanks!