Doğaç Eldenk

Results 77 issues of Doğaç Eldenk

### Prerequisites - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue...

Similar to `groupedWithin` in Akka, I think this is a very useful utility to have. [Akka Docs](https://doc.akka.io/api/akka/2.8/akka/stream/scaladsl/Source.html#groupedWithin(n:Int,d:scala.concurrent.duration.FiniteDuration):FlowOps.this.Repr%5BSeq%5BOut%5D%5D) **Proposed solution** ```kotlin fun Flow.groupedWithin(size: Int, limit: Duration): Flow { ... } ```...

enhancement
PRs-are-welcome

Currently `PrefixDomainModelQualifier` does not support wildcard matching. This is an issue when naming convention is the following: `.models`. I don't want to have 30+ models package defined under this option....

I am using the sbt plugin and I am having issues when it is being used with `sbt remoteCache` plugin. ``` [error] java.util.zip.ZipException: duplicate entry: public/sbt-swagger.json [error] at java.base/java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:233) [error]...

Add plugin support to write custom well-known types. I think this feature would make pbandk much more convenient for some use-cases. For example we would like to use `java.time.Instant` instead...

enhancement
component-codegen

From README, > For proto3, the only nullable fields are other messages and oneof fields. _Note: We can update the README to include `optional`._ Currently there is no way to...

enhancement
syntax-proto3
component-codegen

Refers to - #242 # Overview Allow not nullable `Message` types to be generated by using custom protobuf options or extensions. + Added tests to verify stuff are working fine....

I was following the readme and did ```bash > ./gradlew :protoc-gen-pbandk:protoc-gen-pbandk-jvm:assembleDist > ./gradlew :protoc-gen-pbandk:protoc-gen-pbandk-jvm:installDist ``` and when I tried to run `protoc` it gave me the `could not find or...

bug
question
component-codegen

I tried using this plugin with LazyVim, I spent a lot of time and realized the solution was hidden under the following issue with a cryptic name 😅 - #40...