Marcin Kasperski
Marcin Kasperski
I generally love using your package (I get alerted when long compilation or test run on another desktop is over), but I repeatably end up with 3-6 notifications hanging on...
After using done for some time, I find maintaining `__done_exclude` unpleasant. It simply grows long. Mostly it's because I happen to spawn GUI apps from the terminal, and - for...
Problem ----------------- `rd_kafka_cert_new(encoding=RD_KAFKA_CERT_ENC_PEM, type=RD_KAFKA_CERT_CA, …)` leaks allocated X509 buffer (result of `PEM_read_bio_X509`). This is the problematic code: https://github.com/edenhill/librdkafka/blob/9b72ca3aa6c49f8f57eea02f70aadb1453d3ba1f/src/rdkafka_cert.c#L264 ```{.c} while ((x509 = PEM_read_bio_X509( bio, NULL, rd_kafka_conf_ssl_passwd_cb, (void *)conf))) { if...
**Summary** I faced permission problems which in the end turned out to be caused by `python::pip` calling `pip freeze` calling `hg showconfig` on modules unrelated to the installation in charge....
In some cases nose reports spurious errors about file nofound (firing those during test import). See detailed analysis in https://github.com/nose-devs/nose/issues/1037
Context: everybody who fresh-installed anaconda-mode since December 25h (jedi 0.18.0 release) gets broken installation (see https://github.com/pythonic-emacs/anaconda-mode/issues/401 ) At the moment, anaconda-mode installs needed python modules with loose requirement, for example...
Sublimity works nicely (thank you!) and I already like it, but there is one usability problem: - I open some file which has (some) lines long so they end „nearby...
… would be nice to have them. So I started to hack (I raise the issue to report that this is happening + to work on integrating those changes into...
Problem I faced in rather simple setup: - filebeat scraps some apache and nginx logs (using standard modules), output-ting them to kafka - logstash reads from kafka, unpacks json, makes...
At the moment reloader is either global (with elevated cluster-level permissions) or single-namespace-local. It would be nice if single reloader instance could also handle a few specific namespaces (without possessing...