Uli Schlachter
Uli Schlachter
This fixes/implements mostly the required behavior for #301. Startup is refused if `_NET_CM_Sn` is already owned and when that selection is lost, compton exits. If someone wants, they could add...
Hi! ## libmodbus version Sure, but I am not using any version: ``` $ pkg-config --modversion libmodbus Package libmodbus was not found in the pkg-config search path. Perhaps you should...
Let's imagine the unimaginable. My ZNC gets banned from the IRC (e.g. via a kline). It will now repeatedly reconnect and cause opers to be annoyed by server notices. Alternatively:...
This implements https://github.com/znc/znc/issues/1240. So far, I did not do much testing of this (feel free to test this!). Also, a little more work is needed so that listing listeners and...
As just seen in #znc: ``` × 2018-05-30 ~ 11:06:23 × *status × Connecting to [irc.freenode.net]... × 2018-05-30 ~ 11:07:11 × *status × Disconnected from IRC (Invalid SSL certificate: )....
``` AddCommand("Silent", t_d("[yes|no]"), t_d("blahblah: description"), [=](const CString& sLine) { SilentCommand(sLine); }); ``` If I translate `[yes|no]` into German, we get `[Ja|Nein]`. However, `SilentCommand` uses `CString::ToBool` for the conversion and thus...
This started with my PR #727. Before implementing another suggestion, I feel like there should first be a rough consensus about what the solution should be. First, the problem: People...
Hi, **Describe the bug** solph non-deterministically picks one input and one output of a GenericStorage and ignores the others. **To Reproduce** I'm running the following program with oemof 0.3.2: ```python...
The code here treats the detail field of `ButtonPressEvent`, `ButtonReleaseEvent`, and `MotionNotifyEvent` the same: https://github.com/sminez/penrose/blob/0921c92f3c88af8c9a90149e051b4dd0f255e1c5/src/xcb/conversions.rs#L115-L157 [Here are the relevant docs](https://www.x.org/releases/X11R7.6/doc/xproto/x11protocol.html#events:ButtonPress). According to this, the `detail` in the button events is...
See https://github.com/i3/i3/pull/4843 The TL;DR version: This code should use `"WM"` instead of `"WM_S"`: https://github.com/awesomeWM/awesome/blob/2d6244f9445ffa22c8d53b3e4b4641e0e5bb6170/awesome.c#L288