k0ral
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`...
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...
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...
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...
### Description: Detects insecure keys generated automatically by Django, see: - `security.W009` from https://docs.djangoproject.com/en/6.0/ref/checks/#security - [related Django constant](https://github.com/django/django/blob/7b32485ee98edf7e8b94ad9c8acdccee562bf216/django/core/checks/security/base.py#L21) - [related Djando code](https://github.com/django/django/blob/7b32485ee98edf7e8b94ad9c8acdccee562bf216/django/core/management/commands/startproject.py#L18) that generates insecure keys They usually reside in...