|
|
|
|
|
by viraptor
775 days ago
|
|
It's not a fault. They needed xz for some functionality and didn't want to split that library into multiple pieces. That's just a choice. But either way, you could always do notification in a few lines yourself (probably as many as you needed to link that library in the first place). I've done multiple 3-line "implementations" in Python and Ruby in the past and never linked it for example. |
|