jonghoonpark
jonghoonpark
Not work properly with 'simplebar' the drag area is not holded when scroll. drag area work like 'fixed'. so it select new item without old item. simplebar : https://github.com/Grsmto/simplebar for...
**Related issue** https://github.com/redis/redis/issues/13219 **Motivation** Currently we have to manually update the all_tests variable when introducing new test files. **Modification** I have modified it to list test files dynamically, but instead...
**The problem/use-case that the feature addresses** Currently the [test_helper.tcl](https://github.com/redis/redis/blob/unstable/tests/test_helper.tcl#L20) file maintains a list of test file names all_tests and iterates throught the list to execute all tests. the all_tests variable...
screenshot link broken... with message 'Error Fetching Resource' can you fix this? thank you.
related issue: #3331 ### Motivation: - On #3331, we found that AdditionalMatchers.and() and or() swap matcher order ### Modification: - Changed the assignment order of `popMatcher()` results. ### Result: -...
4주차 답안 제출합니다.
related issue: https://github.com/spring-projects/spring-ai/issues/2804 I have improved the Anthropic API to support image URLs. --- The following areas still need improvement: - In Spring AI, the `MimeType` is required in the...
apply Builder pattern to `OllamaApi` to provide a consistent development design related: https://github.com/spring-projects/spring-ai/pull/2164, https://github.com/spring-projects/spring-ai/pull/2817
apply Builder pattern to `AnthropicApi` to provide a consistent development design related: https://github.com/spring-projects/spring-ai/pull/2164, https://github.com/spring-projects/spring-ai/pull/2634
related issue: https://github.com/spring-projects/spring-ai/issues/1854, https://github.com/spring-projects/spring-ai/issues/2725 Currently, only `TEXT` and `JSON_OBJECT` options were available, so I have improved it to allow selecting the `JSON_SCHEMA` option as well. The implementation was based on...