JFreegman

Results 155 comments of JFreegman

So you're suggesting an option to set just the bar colours to default terminal colours? I'll look into that when I have the time

You might want to ask @mannol about this, I didn't work on Toxic's video.

Unfortunately there is no easy way to do this, as the metadata used for colourizing isn't logged. It would be possible, but the entire logging implementation would need an overhaul.

Did this issue ever get resolved?

This would first require implementing a save file for client-specific contact properties which is a pretty big undertaking. I would accept a pull request, but it's not a feature I'm...

> @JFreegman , would you consider implementing _"Automatically save all files under ~/foor/bar"_ option? :) This is already something you can do via the config. https://github.com/JFreegman/toxic/blob/master/misc/toxic.conf.example#L112

I don't use ubuntu. Can you be more descriptive with what's happening exactly (a screenshot maybe?)

It seems that `-fsanitize=address` adds debug symbols even if you omit debug flags. Symbols are usually desirable when running with ASAN. Given that the Toxic binary with default build options...