Doğaç Eldenk

Results 75 issues of Doğaç Eldenk

I have seen lots of inconsistencies among demo and config files. I have tried to resolve some. I think the performance of the models are also not so good. This...

I have noted that while testing, images are being distorted. The colors are not important I know they are normalized. But the problem is for example this image is so...

The `DocService` doesn't show any `Debug Form` options under the endpoint definitions: ![image](https://user-images.githubusercontent.com/7023385/172237442-bc7bcad4-92a1-4542-bd1f-8af7c48f787e.png) I have tried the following: ``` private val grpcServiceBuilder: GrpcServiceBuilder = GrpcService.builder() .supportedSerializationFormats(GrpcSerializationFormats.PROTO) .supportedSerializationFormats(GrpcSerializationFormats.PROTO_WEB) .supportedSerializationFormats(GrpcSerializationFormats.PROTO_WEB_TEXT) .supportedSerializationFormats(GrpcSerializationFormats.JSON) .supportedSerializationFormats(GrpcSerializationFormats.JSON_WEB)...

question

I am trying to run the tests on new WSL2 version that supports CUDA. Currently I can run tensorflow with cuda-toolkit-10.1 and I can run cuda-toolkit-11.0 samples with no problems....

P0: must have

### Describe the bug When a `DecimalNumber` is set `next_to` a line, it doesn't follow. The behavior is different when you add a `Brace`. Try uncommenting the lines related to...

bug

This resolves runtime issues/errors on python3.

I am trying to create a trigger using the web-console on [app.planetscale.com](app.planetscale.com). I have realized that the documentation does not include some details about the supported commands / statements. For...

When using the Gradle plugin, I need to add a prefix to my package name (or change it) because it overlaps with `kotlin {}` builtin and without it, I can't...

enhancement
component-codegen

1. Release `kotlin_package_mapping` option and document it. 2. Update package mapping logic to include wildcards.