Guillaume Fournier
Guillaume Fournier
Hey, I noticed that some dependencies are resolved incorrectly. Thereby tap complains that the dependencies are not installed. This seems only be the case for the dependencies that are set...
I would like sanoid to run only if the configuration is valid. I have just noticed an error in the transfer of syncoid and looked frightened on my backup server....
I have discovered an error in the autoconfig via environment variables. I want to connect a postgres database and create an admin on first start. I use the environment variables...
It would be nice, if its possible to serialize the Structs. For now I have to use this [workaround](https://serde.rs/remote-derive.html) and its a little bit of pain. Any chances to get...
First draft to add a service date. If no date is given it will print a default phrase. If a date is given only the year and the month will...
I think we should use a formatter to create consistent looking code. [typstyle](https://github.com/Enter-tainer/typstyle) or [prettytypst](https://github.com/antonWetzel/prettypst) should be a good candidates. I'm currently leaning more towards typstyle
In Germany a service date (Leistungsdatum) is mandatory on an invoice. We should add one to this template. If no date was set by the caller we should add a...
Setting a default value to issuing-date is a breaking change, but I thought it would be a good idea. Also is pretty easy now to expose more variables that we...
Hey, I think its a good idea to add a due date. Question is, how should we handle this? I think there are two options: * Calculate the due date...