Minsoo Cheong

Results 16 issues of Minsoo Cheong

Motivation: armeria UnframedGrpcService doesn't support alternative protobuf content types Modifications: - add `application/x-protobuf` and `application/x-google-protobuf` to MediaType - add isProtobuf() function - identify Protobuf contentType in UnframedGrpcService using isProtobuf() -...

defect

providing *.proto files used in a armeria server would be helpful for cases with no common support/policy for proto file management(ex: stub packaging, etc) established. example api: ```kotlin DocService.builder() .provideProtos(paths...

new feature

Motivation: fixes #4401 Modifications: - Add HttpJsonTranscodingOptions and HttpJsonTranscodingOptionsBuilder - add GrpcServiceBuilder Api that consumes HttpJsonTranscodingOptions when setting enableHttpJsonTranscoding - check HttpJsonTranscodingOptions in HttpJsonTranscodingService, then add fields with camelCase keys...

defect
new feature

There is no direct specification to field namecase in the google [Http and gRPC transcoding](https://google.aip.dev/127) documentation. However, we were currently confirmed by googlers that we should use camelCase for Http...

defect

Hi, I have added a workflow to this repository based on [test_eval.yaml](https://github.com/openai/evals/blob/main/.github/workflows/test_eval.yaml). This workflow enables the detection of PR comments including /run {OPENAI_MODEL_NAME} and runs the new evals included in...

Closes #5384 - This pull request addresses the _verification_ aspect of batched stochastic speculative sampling, following Algorithm 2 outlined in the paper available at: https://arxiv.org/pdf/2305.09781.pdf. - The implementation deviates slightly...

Please include information about your system, the steps to reproduce the bug, and the version of llama.cpp that you are using. If possible, please provide a minimal code example that...

bug-unconfirmed

**Is your feature request related to a problem? Please describe.** When generating code that includes constructor invocation, we come across the need to end the control flow with `},`, not...

enhancement

**Is your feature request related to a problem?** When using Redisson locks with kotlin coroutines, because they are Reentrant locks, problem occurrs where different coroutines run on the same thread...

feature

reported at: https://github.com/mscheong01/krotoDC/issues/24#issuecomment-1977085381 by @anjanbk The currently provided serialization/deserialization extension methods, `toJson` and `fromJson` are hard to use inside generic serialization/deserialization classes. Although workaround through reflection is possible(something like [this](https://gist.github.com/krishnabhargav/7b1832eeb86aa213ba5bb239153977ea)),...

enhancement