_M_z
_M_z
I *guess* it's the problem of `sass-loader`, not `HtmlWebPackPlugin`. After adding a `postcss-import` plugin and everything works fine. Maybe the process order of loaders are different (I'm not sure) :/
> @akallabeth I have fixed it. Just add 'XSelectInput' in xf_cliprdr_get_requested_data. See below: has_data = TRUE; /* data will be followed in PropertyNotify event */ XSelectInput(xfc->display, xfc->drawable, PropertyChangeMask); BR Moonboat...
Having the same issue, seems like the "overlays" created by wmfocus are handled by i3 as well. I have a workaround to close those overlays first, then do the focus:...
Although the issue is quite "old", but we have modified the code to address it, using the timer technique. Pull request is in #70, still under testing in my daily...
You can still find it on [wayback machine](https://web.archive.org/web/20190331191157/https://www.cl.cam.ac.uk/~sd601/papers/mov.pdf), but i doubt whether it is legal :/
For plasma 6, I have personally modified the script for adapting the new KWin APIs (the KDE's document seems way out of date btw.), https://github.com/hyptrap/kwin-scripts/commit/e5adb4c4fd230c49bcc660f15eeff3a6afb516f4 , but only for the...
> I have tried to enable it but somehow my installation is messed up. Do you know what I should delete to get to an initial state? If I remove...
> This 0 does not work well either unfortunately. It randomly associates my screens to that position. It would be best if somehow the built-in could be detected. For the...
Maybe the same as https://github.com/root-project/cling/issues/531 , the README's building instructions is incomplete as the `cmake --build . --target clang` target is missing.
Generate key with `nix-store --generate-binary-cache-key key-name secret-key-file public-key-file `, then set `services.nix-serve.secretKeyFile` in host and `nix.settings.trusted-public-keys` in remote solves it (by signing the closure). For deploying the trusted public key,...