Dennis Effing

Results 33 comments of Dennis Effing

Thank you for the fast fix!

I am interested in this as well. This is currently blocking the adaption of Spring Modulith for us. @pcuriel As of Spring Framework 6.1, Spring Event Publication is fully integrated...

@odrotbohm I think persisting events in an imperative way may be sufficient **but** (and this is a big one) it is **really** hard to set up because there are many...

I have a working example of a reactive Spring application that uses Spring Modulith. Please keep in mind that the sample uses snapshot versions of Spring Framework 6.1 for the...

Okay, I'm gonna elaborate: The way it should work is: You edit a dashboard When you click on "Add widget", the "Add Widget"-Form opens up If you hit cancel in...

@kortina @thomaskoppelaar To be honest I'm quite confused. You fixed the rendering of wiki links in the markdown preview a while ago but navigating to wiki links using the preview...

Providing another use case: Spring Statemachine offers persisting the state machine _configuration_ and persisting the state machine _itself_. We only want to persist the state machine itself (not its configuration)...

The issue is caused by the following line: https://github.com/alexta69/metube/blob/d0a2de2acdfc71af4b144e16ee154b75dd56a1ef/app/ytdl.py#L286-L286 Some extractors do not return an `id` property when returning an entry of type `url` (e.g. the Patreon extractor). This worked...

We started implementing an HTTP client using an HTTP interface client as well and just stumbled upon this issue after researching how to implement pagination. I guess the answer is:...