Doğaç Eldenk
Doğaç Eldenk
I am using OnePlus 5T and please update to version 1.2 I have seen that ArCore 1.2 supports OnePlus 5 Natively. Therefore I believe it could be easy to port...
I am using - `@monaco-editor/react` - `monaco-editor` packages. But when I try to use the license plugin I am seeing the error: ```sh ERROR in Conflict: Multiple assets emit different...
**Is your feature request related to a problem? Please describe.** Prometheus remote write extension requires scale to be between -4 and 8. Thus, default java instrumentor can't export exponential histograms...
Motivation: Some links I tried to click were broken. Modifications: - Fix links to the examples. - Add _See also_ links for kotlin-grpc related stuff.
Currently, `DecoratorFactoryFunction` and `Decorator` annotations only support HTTP-based decorators. It can be a good idea to support RPC-based decorators to be defined using those annotations and methods.
I was just scrolling through the code of Armeria and I have stumbled accross `ManagementService`. This service was something we absolutely needed but we actually never realized it existed internally...
Similar to - #4669 - #4725 We should have `HttpService` based on coroutines. Currently, only way to implement a `suspend` http service is using `AnnotatedService`. In some scenarios, users might...
Motivation: #5359 Adding annotations to add interceptors to gRPC services and methods. Modifications: - Create the `GrpcInterceptor` annotation. - Update `GrpcServerBuilder` to find interceptors defined by annotations on gRPC servers...
Motivation: https://github.com/line/armeria/issues/5329 Control over the returned status when a cancellation happens using a custom function. Modifications: - Use the method's gRPC exception handler function during cancellation. Fallback to old logic...
Motivation: #5311 Trying to make this work. Modifications: - Parse media type and content dynamically if method descriptor is a `google.api.HttpBody`. Result: - Closes #5311 Need to do some testing,...