Giovanni Mascellani

Results 13 issues of Giovanni Mascellani

Last commit broke compilation under Linux, which is fixed by these commits. Also, a few other improvements are proposed. I didn't test this on Windows or macOS, because I don't...

ResourceService checks the state of launched services and servers by comparing all running processes' command lines against the `process_cmdline` provided in the configuration. This is not a very nice interface,...

rs

The format imported by YamlImporter is a blend of old conventions used in the Italian old contest system and a lot of different untidy updates. It requires a complete redefinition,...

import_export
yamlimporter

Hi, if I build Boost with GCC 8.2 under architecture x32 (i.e., Intel 64 bits used with 32 bits long and pointers, see https://en.wikipedia.org/wiki/X32_ABI) the build fails, because the build...

transition

The tool is working great, except for a small bug: for some chats at every execution of `telegram-history-dump` the last message is added again to the `jsonl` file (and therefore...

## Bug Description Under certain conditions, leads reentering a campaign which they are already going through end up having two logs scheduled at the same time. This eventually leads to...

T1
bug
campaigns
contacts

Hi, thanks for this nice script. Every now and then I use your `.gdbinit` with `ddd`, which is confused by the color codes. Is there any way to enable color...

As a beginner, I am finding tactic `unfold` very handy while I'm not able to "see through definitions" yet. Maybe it could be mentioned at some point, together with its...

In C++ functions returning non-void must finish with a "return" statement. Otherwise this brings to undefined behaviour, which in my particular case (GCC 9.3.0 on Debian unstable) causes a segmentation...

The second DOI appearing on the readme seems to be wrong: it currently says 10.1029/2014JB011558, but I cannot find anything with that DOI. The correct one appears to be [10.1002/2014JB011558](https://doi.org/10.1002/2014JB011558)....