ncaq

Results 98 issues of ncaq

何故自動化してなかったのかと言うと、どうせ内容のdiffを目で確認して問題ないか確かめたかったからです。 しかし、結局基本的に通しているのと、私が飽きた時のことを考えると自動化しておいたほうが良いでしょう。

Type: Feature
Type: Maintenance
Priority: Medium
Type: CI

network package version 3 split off `Network.BSD`. network-bsd export `Network.BSD`.

Like the behavior of the original `comment-indent-new-line` it replaces, it inserts a space when generating a new comment line. I thought the behavior before the modification was a matter of...

xkbsetというbounceなどを指定できるツールがあります. [Linux(X11)でキーボードのチャタリングをGnomeなどのアクセシビリティツールを使わずに抑止するにはxkbsetを使う - ncaq](https://www.ncaq.net/2019/04/18/19/35/56/) この設定をxkeysnailは何故か消去してしまいます. ~~~console 2019-04-24T12:08:20 ncaq@indigo/pts/0(0) ~/Desktop % xkbset bouncekeys 50 2019-04-24T12:09:09 ncaq@indigo/pts/0(0) ~/Desktop % xkbset q|rg Bounce Bounce-Keys = On Beep if Slow/Bounce-Keys about to be turned...

I'm using Gentoo. Recently libinput was updated to libinput-1.16.0. Then xkeysnail doesn't output the keys anymore. As a result, the PC does not accept any key input. xkeysnail does not...

I use GWSL. And, I got error. ~~~console 2021-12-07 00:57:32,949 - GWSL 1.4.0 - ERROR - Exception occurred - Error in Mainloop Traceback (most recent call last): File "manager.py", line...

I want it to be a stand-alone function because I often do this in Haskell code actions. I update Package-Requires emacs `24.3` -> `26.1`, because `seq-find` require Emacs 25, lsp-mode...

~~~ yarn run v1.15.2 $ parcel build src/main.ts 🚨 /home/ncaq/Desktop/goodbye-rfc-2822-date-time/src/main.ts: SyntaxError: /home/ncaq/Desktop/goodbye-rfc-2822-date-time/src/main.ts: Unexpected token, expected ";" (130:9) 128 | import "moment/locale/zh-tw"; 129 | > 130 | abstract class Site {...

[kr/sshconfig.go at 081bd3ae23d55de7d4afcb4c706566bd82b69a2a · kryptco/kr](https://github.com/kryptco/kr/blob/081bd3ae23d55de7d4afcb4c706566bd82b69a2a/src/kr/sshconfig.go) write to `~/.ssh/config`. ~~~ IdentityAgent ~/.kr/krd-agent.sock ~~~ or ~~~ PKCS11Provider %s/lib/kr-pkcs11.so ~~~ However, libssh don't support `IdentityAgent` and `PKCS11Provider`. [config.c\src - projects/libssh.git - libssh shared...

reqwest crush blocking IO in non-blocking IO. [attempted to run an executor while another executor is already running. · Issue #541 · seanmonstar/reqwest](https://github.com/seanmonstar/reqwest/issues/541) This pull request to use request async...