Michael Simons

Results 123 comments of Michael Simons
trafficstars

@all-contributors add @ali-ince for usertesting

Linux ARM64 binaries are now published automatically. Same approach with a custom runner can be used eventually for Mac ARM binaries.

Nothing has changed. I’d love to have some feedback. Thanks.

Thanks for bringing this to my attention, @jexp Here's the full link https://github.com/michael-simons/neo4j-migrations Lemme know if this project is helpful or if there's interest in a collaboration. I really like...

Hi @nioertel First of all, your analysis is correct. However, those are the semantics of Neo4j-OGM and we have no plans on changing them.

All custom queries are treated as write queries (notoriously hard to identify read only queries with certainty) and therefor will clean the session. ~The documentation for `@DateLong` is bogus aka...

In SDN6 `Instant` is supported natively. You'll only need a converter if you want to have Strings in the database. I am unsure I understand the issue tbh. Can you...

If it is enough to add `@QuarkusMain` I'm fine with things. I don't want to implement or extend something. I was just caught by surprise that when I run `main`...

Making the above implement `QuarkusApplication` will end with main in the end, not starting the Webserver or keeping it alive, haven't checked. That's suboptimal. Also arguments are not passed into...