Arnav Singh
Arnav Singh
I looked at compiling gtkspell for Windows 2 weeks ago and it was too much of a pain in the ass to do, so no.
And how exactly do you expect a C application to use a Python library?
Yes thanks, I know how to embed Python. That's how we do the Python plugin after all. That doesn't answer my question.
Not an XFCE user, but this behavior seems correct to me based on other DE's (and Windows) behavior. The show-hide all applications button tells each open window to minimize itself....
@linux-modder So you're saying that on XFCE, Unity and GNOME, if any ~~application~~ window is in a _hidden_ state (not _minimized_), it still reappears when it is restored from the...
Needs to be implemented by GTK devs in cairo and GTK.
With ZNC 1.8.2 and HexChat 2.16.1, a password with a colon in the middle (no spaces) still doesn't work with HexChat. I was able to make it work by prepending...
An alternative is to move the `T` from `StreamDeserializer
I use `.as_str()` in my web server for serializing responses. I like that it doesn't require a formatter or allocating a String, since the response serialization part of the server...
As I said, "doesn't require a formatter or allocating a String". `write!()` requires a formatter.