k3ntar0
k3ntar0
This error happens on tapping any of article cards.  ``` $ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter...
**Expected behavior**: Show report detail page. **Actual behavior**: Show an error. ``` Error Loading TypeError: Cannot read properties of undefined (reading 'center') ``` **To Reproduce**: 1. Sign up / Sign...
This project is wonderful! How can we make it compatible with characters used in non-Latin scripts, for example, Japanese characters? Are [tessdata](https://github.com/tesseract-ocr/tessdata_best) available?
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
## Summary According to the OpenAPI specification, the `examples` field in a response must be an object. However, when using `Schema.openapi({ examples })`, if `examples` is provided as an array,...