Results 60 issues of Luo Chen

It just not working for me, not sure why: ``` $ nix-shell -p waynergy [nix-shell:~/ws/nixos]$ waynergy 0.011789773: [WARN] Child died: PID 42116, Status 127 0.011809459: [WARN] wl-clipboard not found, no...

https://gist.github.com/luochen1990/2b9f7cc5c0e194b53a73 I also solved the " immediately react to keyboard input" problem, maybe you need it.

Reproduce: 1. create file named `test-ghcid-issue` with following content: ```haskell #! /usr/bin/env nix-shell #! nix-shell -p ghcid -p "haskellPackages.ghcWithPackages (pkgs: with pkgs; [req])" -i "ghcid -c 'ghci -Wall -x hs'...

Suppose we have the decryption key, is it possible to decrypt an encrypted payload with this DSL? PS: What I want is to decrypt the packet defined in [this script](https://github.com/nickw444/miio-go/blob/master/tools/wireshark/miio.lua),...

This change is [](https://reviewable.io/reviews/mithrandi/ssh-key-generator/5)

Hello, is it possible to support generating gpg key directly?

I'm using win10, and my ghc version is: ``` >ghc --version The Glorious Glasgow Haskell Compilation System, version 7.10.1 ``` When `cabal install SourceGraph` I got the following error messages:...

Do we support multiple languages in the User Interface? or any plan about that?

I'm using NixOS with flakes, and following is my home.nix: ``` { pkgs, nixosConfig, inputs, ...}: { imports = [ inputs.plasma-manager.homeManagerModules.plasma-manager ./plasma.home.nix # generated by rc2nix ]; ... ``` But...

I find following contents in the output of rc2nix: ``` "khotkeysrc"."Data_3Conditions0Window0"."Class" = "^konqueror\s"; ``` and try `"^konqueror\s"` in nix repl will give you `"^konquerors"`, which might cause error (I'm not...