Doğaç Eldenk

Results 124 comments of Doğaç Eldenk

> I've actually got a huge rewrite of pbandk internals in progress that would make this much simpler to implement (the rewrite is for #217). It's been slow going, but...

Hi @garyp. I don't see any releases since last year November. Are there any updates on the progress of Pb and K?

> If you need the functionality of required fields, proto2 is still available and continues to be maintained and improved by the protobuf team This was a company-wide decision so...

@garyp I had some time to think about this, here are my thoughts: # A View on Required Fields & PbandK Proto is a wire protocol and PbandK is built...

> I.e. the home field becomes non-null. You can still have a validation layer that returns an exception to the API client when hasHome != true. But the rest of...

``` protoc --plugin=protoc-gen-pbandk=/Users/dogac/workdir/pbandk/protoc-gen-pbandk/jvm/build/install/protoc-gen-pbandk/bin/protoc-gen-pbandk \ --pbandk_out=kotlin_package_mapping="pbandk.*->com.*;testpb->testpb2":src \ *.proto ``` I was experimenting with the new package mapping option. If Java-11 is already in the CI jobs, probably the first command did...

@ihostage can take a look when I have time 😆 It seems like 6.x already uses scala test 3.2, but it is incompatible with scala ver `2.12`. Would it still...

Hi @minwoox , I have recently started doing some Jetty work. I feel like this is still a broken behavior, I see that Armeria tries to listen 8080 even though...

Today I was trying to debug some outgoing calls by settings `http.proxyHost` and `HTTP_HOST` variables. I realized Armeria's clients doesn't comply by default. I think it would be a nice...

Hi @pushcx @rahul1990gupta. I thought about forming a small community website to mostly gain experience, but I did not want to deploy an application that uses MariaDB, but I wanted...