Rafael Lillo

Results 63 comments of Rafael Lillo

@CyrusNajmabadi and @YingdaBeyondsoft Thank you. I prefer PascalCase too.

I'm trying to resolve this issue, but I think NHibernate generate a correct query (postgres): ```sql select cast(count(*) as int4) as col_0_0_ from Entity entity0_ limit :p0 ``` To work...

.NET double precision is a bit different than Java/Go I open a ticket on .NET Runtime repo: https://github.com/dotnet/runtime/issues/85700

@boronine I've moved my implementation from Java to Go, and it now seems to be worked; because of that it's necessary to migrate to .NET 6 (latest LTS) because of...

@chucker I've added support to .NET Standard 2.0, I've copied most simple implementations, but on .NET 6, you will have a better performance due a hardware acceleration. @boronine what do...

@preardon sure, no problem, when that PR is merged to v10 I'll update it

@iancooper sure, no problem

It's depending on this issue to start the implementation https://github.com/apache/rocketmq-clients/issues/945

Hey @honkuan86 why do you want support for EventBridge? For Scheduler message (If so we are working on this for V10)?