Results 9 issues of k0ral

Would you consider changing all `String`s into `Data.Text`s ? The only issue I foresee is about the pretty-print library: - `ansi-wl-pprint` supports ANSI colors but doesn't support `Text`; - `wl-pprint-text`...

enhancement

Hello, I've recently upgraded my kriss feed instance to v8, and I've been unable to sign in since then. There is no error message, simply nothing happens when validating the...

Hello, I continuously have hundreds of unread items (who doesn't ?), and sometimes I feel like reading them in a random order, rather than in a chronological one. The way...

I was able to build it successfully without any change.

### tl;dr This is an edge case, probably not worth fixing, but worth raising awareness about. ### When this happens When the following conditions hold: - an HTTP request is...

This is somewhat a follow-up of the following comments from [another issue](https://github.com/riverwm/river/issues/350) - https://github.com/riverwm/river/issues/350#issuecomment-1019315752 - https://github.com/riverwm/river/issues/350#issuecomment-1020621976 Notably: > But there is a catch: River currently does not allow it to...

enhancement

Unless I am mistaken, at the moment there are no methods to access the `Links` within an `Object`. This change exposes those links through a new getter method.

The [public binder](https://mybinder.org/v2/gh/FRidh/nix-tutorials/master), as documented in the README, fails to build the environment: ``` line 813: /build/env-vars: No such file or directory variable $src or $srcs should point to the...

0.kind: bug
1.about: tooling

The current API forces one to choose the log backend once and for all when `runLoggingT` is called. This may be undesirable, as you may want to add new log...