Minsu Lee
Minsu Lee
#### Description of changes If you apply null safety, flutter model is created incorrectly. Flutter (Channel stable, 3.7.9, on macOS 13.2.1 22D68 darwin-x64, locale ko-KR) Dart SDK version: 2.19.6 (stable)...
Add a new configuration option `typePrefix` and `typeSuffix` to the `CodeGenConfig` class and update the code generation methods to append the `typePrefix` and `typeSuffix` to the generated type names. fix...
Description here... Help the reviewer by: - close #2885 When using Anthropic models, you can set up cache control for system messages. You can enable this feature by adding a...
**Describe the solution you'd like** > Anthropic cache control is in a Pre-Generally Available (GA) state on Google Vertex. For more see Google Vertex Anthropic [prompt caching](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude-prompt-caching) documentation. ```ts const...
Description here... Help the reviewer by: - close #2163 Checklist (if applicable): - [x] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [x] Tested (manually, unit tested, etc.) - [x] Docs updated...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** [`@google/generative-ai`](https://github.com/google-gemini/deprecated-generative-ai-js) is now deprecated and being replaced by [@google/genai,](https://github.com/googleapis/js-genai) which integrates functionality from both...
Issue: The "Rerun Failed Tests" feature in IntelliJ IDEA does not work properly with Kotest tests. When attempting to rerun failed tests, the Kotest tests are excluded from the rerun....
Describe the changes proposed in this Pull Request. Fixes https://github.com/mobxjs/mobx.dart/issues/887 --- ## Pull Request Checklist - [ ] If the changes are being made to code, ensure the **version in...