fhackenberger
fhackenberger
Still happening on Version 6.46.0 on Ubuntu 23.04.
Same issues with 1.0.207 on Ubuntu 23.10. Version 1.0.197 works nicely without any lagging. For me it's unrelated to using SSH or not. It also lags locally. I'm also unable...
@turbo124 It would be great if one could decide about the rounding when creating invoices (maybe additionally to timetracking). I have customers with different agreements about that. So for one...
Is just added a pull request for that: #28
If you're just interested in flashing on the Raspberry Pi (after building the firmware on your dev machine), here's some code you can follow: Build your project on your dev...
Here's an updated (Spring 6.x) version of the extension, which additionally checks if there's an instance of that bean already around. ```java import org.springframework.boot.actuate.endpoint.annotation.WriteOperation; import org.springframework.boot.actuate.endpoint.web.annotation.EndpointWebExtension; import org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; import org.springframework.http.HttpStatus;...
Thanks for the feedback @ahoehma. Here's an improved version that checks if the scheduled task is registered with the parent endpoint and provides include/exclude properties to configure it. I'm not...
@bclozel Would you be able to create a PR out of this?
Ah, I just thought that adding a way to trigger a task was part of this issue, as it's in the [original issue request](https://github.com/spring-projects/spring-boot/issues/17585#issue-470235588) and also mentioned in #24560. But...
Imho especially Hobbyist should have a security by default set-up as they might be less aware of the consequences. It would be easy to add a commented out BIND_TO=0.0.0.0 into...