Kevin Papst

Results 582 comments of Kevin Papst

Superseeded by #5072

Finally (with 2.19 release) the arm64 images are here for all tags, thanks @tobybatch 👍

Please re-open if you want to make the adjustments.

Paste this into https://github.com/kimai/kimai/blob/main/src/API/CustomerController.php and reload the cache: ```php #[OA\Delete(responses: [new OA\Response(response: 204, description: 'Returns no content: 204 on successful delete')])] #[OA\Parameter(name: 'id', in: 'path', required: true)] #[Route(methods: ['DELETE'], path:...

@Tanu1201 you can try, you need to setup frontend tooling. The code is somewhere in here: https://github.com/kimai/kimai/blob/main/assets/js/forms/KimaiFormSelect.js#L234 Must have to-do with the fact that `const selectedValue = node.value;` only supports...

Thanks for your feedback 👍 I agree, the entire onboarding flow needs a refresh.

Implementation idea: Could use ``` var lang = navigator.language || navigator.userLanguage; ```` and then compare with ``. For example if `de` is detected, check if there is a `` and...

If you want to help, please go ahead. If there is no linked PR it is "free".

Oha, seems this is still not solved 😢 Use-case: My internal customer management collects entries for multiple Stripe accounts, supports multiple accounts via webhooks ... Now (thanks to Murphys law)...