ncaq
ncaq
[Fetch の中断と Promise のキャンセル方法の標準化 | blog.jxck.io](https://blog.jxck.io/entries/2017-07-19/aborting-fetch.html) を参考にして一定以上大きいファイルを配信するサイトの読み込みを中断する。
通信量を結構食うのでアドオンの無効機能に頼らずサスペンドする機能が必要かもしれません。 後はPDF読み込み機能追加したらそれを有効にするかなど。
Stack expects the PATH to be in ~/.local/bin, but setup-stack does not. We're debating whether to install the tool in [Provide `hlint` executable. · Issue #5 · actions/setup-haskell](https://github.com/actions/setup-haskell/issues/5), but I...
The indent function is buggy when using anything other than hardcoded QuasiQuote. I was editing [ncaq/dic-nico-intersection-pixiv](https://github.com/ncaq/dic-nico-intersection-pixiv/blob/master/src/Main.hs) and thought `haskell-indentation-newline-and-indent` was wrong. When I use `QuasiQuote`, the `haskell-indentation-newline-and-indent` inside that function...
I found my commit author overwritten in [ncaq/ncaq-overlay: ncaq personal gentoo overlay](https://github.com/ncaq/ncaq-overlay) I research, found, * [433687 – app-portage/layman-2.0.0_rc3: please consider setting dummy username for git](https://bugs.gentoo.org/433687) * [Add setting the...
TSX編集中にHTMLの内容が出ても混乱する。 とは言ってもJSX内部では利用できなくはないか。 styled-cmponentsではCSSのスニペットを使いたいかもしれない。 ~~~elisp (web-mode-point-context (line-beginning-position)) ~~~ あたりで判定したらうまくスイッチできないか? うまく行ったら上流に上げても良いかもしれない。
ネイティブコンパイル可能にするのはおそらく簡単ですが、 複数端末でgit pullで同期した時にスムーズに自動的にネイティブコンパイルしてくれるかが問題になる。 [init.el 自動コンパイル - Shammer's Philosophy](https://shammerism.hatenadiary.com/entry/20130716/1380958151) を改造してネイティブコンパイル版にすれば問題ないか?