Federico Ferri

Results 9 comments of Federico Ferri

Converting back and forth

What is this about?

Same issue here (SFTP protocol). It usually happens after an upload. The only way is to disconnect and reconnect, but the problem repeats after a short period of inactivity.

I don't call `.get_alog()` nor `.get_elog()`. The types `alog_type` and `elog_type` are overridden in `struct my_config`, then I use the type `websocketpp::server` to construct the server. Since most of the...

I have similar issues, where the automatic saving of the description field is not always triggered (or it doesn't always succeed). See #5628. While it is not easy to track...

Of course new chord recipes could be added, but that's not the point. In music theory chord extensions are modular (somewhat). Some imply others (e.g. '9' implies '7'). Others can...

I collected roughly all possible ways of writing chords (items on the same line are equivalent ways of writing the same chord): Basic chord extensions and alterations: - `C` `CM`...

I got the exact issue reported by OP. Turned out I was overriding `LD_LIBRARY_PATH` for the process responsible for spawning `python3`. Appending/prepending paths to `LD_LIBRARY_PATH` -instead of overriding- fixed the...