wedens
wedens
Not being able to change the output type is very limiting when using `Pull` directly. There is `flatMapOutput`, but it's private to fs2. For example, it's not possible to have...
Is there any way to disable thumbnails generation to alleviate this issue when only one specific image is being open on a slow FS?
Still an issue.
I think the problem is that when `prettify-symbols-mode` tries to re-fontify the symbol, it doesn't have context (and `=>` seems to be fontified contextually): `(apply #'font-lock-flush prettify-symbols--current-symbol-bounds)`
Looks like it's somewhat known issue. I suppose it's due to "normalization" happening in `Uri.fromString`. From `UriSpec`: ```scala "round trip with toString" in forAll { uri: Uri => Uri.fromString(uri.toString) must...
No errors with `--experimental-backends` with the same config, FWIW.
You can modify `Strategy.before` to execute some `ConnectionIO[Unit]` in the beginning of each transaction that is executed with the modified `Transactor`. ```scala val additionalBefore: ConnectionIO[Unit] = sql"SET search_path = ...".run.void...
Doesn't work with my B450 GAMING PRO CARBON AC either: `sudo ./target/release/msi-rgb 0 0 0 --disable --verbose`: ``` Bank 12 (d0...100): ff ff ff ff ff ff ff ff ff...
I'll be glad if someone provide working solution.. Those stuck netrw buffers is freaking me out :(
> Could you give an example? For example, the first component of `WM_CLASS` property or `WM_ROLE` or `WM_NAME`. > Would that do what you want? Yeah. I like the second...