Maarten Becker
Maarten Becker
Hi, having something like: ``` module shape_mod private ! hide the type-bound procedure implementation procedures public :: shape ! allow access to shape type shape private ! hide the underlying...
Hi there, your extension is quite useful to Fortran devs and I appreciate it much in my daily work. I found a VSCODE fork https://vscodium.com that is completely published under...
Hi, first of all thanks for this great tool! In order to do collaborative development I installed webprotege. However, when importing my project from Protege Desktop, I encountered in the...
Hi, I have setup Webprotege on a server instance and want to create users, in order to invite them. What I actually don't want, is an open registry on the...
Hi there, your extension is quite useful to Fortran devs and I appreciate it much in my daily work. I found a VSCODE fork https://vscodium.com that is completely published under...
Fixes #9 .
When having more than 15 sigz values processed in GROUPR, MATXSR would simply crash because of hard coded array sigz of size 15. This was now adapted to the GROUPR...
## Description When creating an invoice from command line the parameter `--template` is only considered, if the customer doesn't have defined a default invoice template. Closes #5337 Test have been...
When running the console InvoiceCreateCommand with searchterm it seems that I get an invoice document with success message, even if there wasn't any billable timesheet. When creating the invoice in...
Unexpected behavior when defining template input parameter in "console kimai:invoice:create" command
Hi, I was using a console command like `bin/console kimai:invoice:create --user=myUser --project=1 --start=2025-01-01 --end=2025-01-31 --template="XML_Template"`, where "XML_Template" is a named invoice template existing in my Kimai instance. For the customer...