I hereby claim:
- I am lo48576 on github.
- I am nop_thread (https://keybase.io/nop_thread) on keybase.
- I have a public key whose fingerprint is 33F3 EE46 343A 3832 1D9D BADA 84A6 DDBD 3573 FB7F
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name auto redirect | |
// @author NOP Thread <[email protected]> | |
// @version 0.0.4 | |
// @include https://pbs.twimg.com/* | |
// @include https://twitter.com/* | |
// @include https://mobile.twitter.com/* | |
// @include https://ja.m.wikipedia.org/* | |
// @include http://d.hatena.ne.jp/* | |
// @include https://d.hatena.ne.jp/* |
- libskk
- fcitx-skk
- default latin enable: 未提出
- fcitx-skk のデフォルト入力モード設定が無視されるのを設定できるようにするやつ
- ただし初回 fcitx-skk 有効化時とウィンドウ毎の skk モード切り替えで挙動が違うのでつらい
- Resolve
$FCITX_CONFIG_DIR
for read-only dictionary paths (b98ccbbf) · コミット · NOP Thread / fcitx-skk · GitLab
- default latin enable: 未提出
- fcitx
- flatpak で fcitx を動かす用。
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 8ddcf4c694ec89bc1ea7a1b48be9786d8b00c928 Mon Sep 17 00:00:00 2001 | |
From: YOSHIOKA Takuma <[email protected]> | |
Date: Sun, 22 Nov 2020 04:36:34 +0900 | |
Subject: [PATCH 1/2] HID: elecom: rewrite report based on model specific | |
parameters | |
The report descriptor for EX-G wireless mouse (M-XGL20DLBK) is a bit | |
different from that for trackball mice such as DEFT. For such mouse, the | |
current `mouse_button_fixup` cannot be used as is, because it uses | |
hard-coded indices for a report descriptor. |
- UNIQUE 制約が破綻していたことは確認済。
- この状態で、問題を解決しないまま
pg_dump
で SQL を吐き出し、postgres:9.6-alpine
からpostgres:12.2-alpine
へのアプデをした。- つまり psql -U postgres postgres みたいなやつで SQL を食わせて DB のデータを突っ込んだ。
- 既にアホの所業
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("twitter.com"), domain("x.com") { | |
/* | |
* Left sidebar | |
*/ | |
/* Hide menu labels */ | |
nav[aria-label="メインメニュー"], | |
nav[aria-label="Primary"] { | |
a[role="link"], | |
div[role="button"] { | |
> div > div:last-child:not(:first-child) { |
NewerOlder