Ricardo Fernández Serrata
Ricardo Fernández Serrata
> You may want to keep the `-L` option dropped in [`72303304b8`](https://github.com/mathiasbynens/dotfiles/commit/72303304b824f6b5fe452b68b2727bbdb399f2b9) Silly me 😅. I forgot the `L` when copy-pasting
Now it's ready (for real, haha) I've been busy, and thinking of many things yesterday. It seems my cognitive load was higher than I expected. I apologize (to everyone) for...
This is also a problem with generics: ```ts // ❌ const f = (x: T): T => -x // ✅ const g = (x: T) => -x as T ```...
> So if `T extends number`, `T` could actually be the type `1 | 2 | 3`. Then, `-x` would indeed not be of type `T`. Correct! That was an...
@0m364 ``` ~ $ dumpsys window Can't find service: window ``` Android 12.0 That command requires `adb shell`, to work on all devices
> dumpsys is at a level termux doesn't access without root `adb` can be installed with ```sh pkg i android-tools ``` but the pairing+connecting process is a big pain. The...
> So this option has no downsides? > [!note] > The following may be slightly wrong, because I don't have enough knowledge, and I'm sleepy I guess the downside is...
Is `help wanted` label still necessary? #704 seems done
This might be off-topic, but I'm happy w1nst0n is alive! I thought they were dead, lol
> Editor Settings > Scroll Settings > Text wrap I wish it was moved out of scroll settings