Benito PS
Benito PS
The workaround doesn't fully work as Docker decides to wipe out my config file and remove all the `credHelpers`. I have to create scripts to re-create this config file every...
It would be possible to implement for class variables because the type hints are stored in `class.__annotations__` and `get_type_hints(Foo)` returns them. This is not the case for instance variables. Since...
Thanks for this fantastic program!! In Fedora, due to permissions issues it will only works if you install first the program with `sudo make install` and then run the installed...
I was reading a bit the code of NET-SNMP. It seems that the warning about `Created directory: ` only shows if those directories don't exist. So just by creating them...
I think I found the issue. NET-SNMP reads the configuration files via the function `read_configs()`. This function is called when initializing the library with `void init_snmp(const char *type)` ([ref](https://sourceforge.net/p/net-snmp/code/ci/master/tree/snmplib/snmp_api.c#l853)), where...
Apart from the log message saying that it will create a directory, the rest of the messages are valid warnings or errors. I enabled the logging and tried with the...
In this case, looks more than warnings that are _nice to fix but not mandatory_. But with the set of MIB our software uses, these new warnings help me to...
I appreciate the effort to add support for DSi. I know of firsthand that this is not easy. Unfortunately I don't have plans to maintain Tinke anymore as I've been...
Related to #13 and #10
Probably they changed the format for the PC version of the game (I can imagine higher resolution). First, we will need to re-investigate the file format and then update the...