luca-vercelli
luca-vercelli
beginnings for doing a bit of discrete mathematics
The task `injectAssets `takes `./**/*.html` as source, so `node_modules `included. Is there a reason for this?
I documented some functions in the code, so that it can be easier to read
I often have to loop over cells of a given column. I think that it would be useful to have an object representing a column. Here, I created the class...
I spent a lot of time creating custom validators, later realizing that the same results could already be achieved with the standard validators. I have written some more realistic examples...
Useful if you create an invoice without passing by interface. For example if price was added in pricelist after sale order. Or in conjunction with l10n_it_ddt.
The `./dev_setup.sh` fails under Peppermint, with the error: `Could not find package manager`. I think this also happens with many other non-common Debian-based os'. This happens because the function `install_deps()`...
I try to run an EAR within JBoss, directly from Eclipse. I'm using Eclipse m2e plugin for Maven. Well, everything works, except for `swagger-maven-plugin`. The plugin is silently ignored by...
This is a nice feature present in CMSimple. Many functions (e.g. previouspage() ) allow an optional argument denoting an image. This feature does not break anything, because the new argument...
Updated translations for `2.4.x` I updated translations on https://hosted.weblate.org/projects/cups/cups/it/, then I downloaded updated .po file. I hope this is the correct workflow. If I am not wrong, translations on Weblate...