Jonas Lima

Results 7 comments of Jonas Lima

@izderadicka What is your DB and schema, if you are able to share? I've tested the code below with MySQL and sqlx v0.5.1 and the returned type was not `Option`:...

Hello, We use Java 1.8.0_222 and Kotlin 1.3.61. Most of our code is in Kotlin compiled to Java, only jOOQ generated code is in Java. Also there is only one...

@arnaudroger your feedback about adding *Factory.useAsm(false) was great, we haven't had any issues since then. Thanks a lot!

Hi, first off, thanks for the great and clean framework, it has taught me a lot on the subject. Correct me I'm wrong, but if one has multiple aggregates, each...

> so it could be that your two aggregates should actually be modeled as a single aggregate You're right, I was making a separate Warehouse aggregate with stock values instead...

It's been quite enlightening to know that CQRS and DDD makes you focus on your domain model and logic whereas other patterns leave you mixing domain model and infrastructure. Thanks...

Hello, I did kind of a hack, but it seems to work: * I first saved the whole audio, then cut just a noise sample from the the whole audio...