Anders Kaseorg
Anders Kaseorg
> @andersk - Without reading this entire thread, do you have any gut reaction to what you'd expect `ruff --check`, `ruff --fix --check`, and `ruff --fix-only --check` to do? My...
If we’re analogizing `ALL`, `--select FIXABLE` sounds like it would select fixable rules from Ruff’s _entire list of rules_, regardless of whether they’re enabled in the current configuration. That doesn’t...
The `IScheduler` interface and the `tempora` library the implementation is based on are not designed for an async application. They assume an architecture where the application is repeatedly polling to...
Having spent quite a while thinking about how to integrate math into CommonMark because some Zulip users [really want to use `$`…`$`](https://github.com/zulip/zulip/issues/16367), I came to the same conclusion as @jgm:...
Still an issue in Electron 21.1.0, 22.0.0-alpha.3, and 23.0.0-nightly.20221007.
We can fix this by replacing Bootstrap Typeahead with a native HTML [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist#textual_types) (supported in all browsers since 2019), since we don’t need any custom JS logic here.
I’m not sure whether `ctypes` is necessary to demonstrate this problem, but I can say that `ctypes` is necessary to call `PyThreadState_SetAsyncExc` ([“To prevent naive misuse, you must write your...
The Travis build log shows up fine for me. ``` checking for library containing stringprep_check_version... -lidn checking for library containing idn2_check_version... no configure: error: --with-libidn2 was given but libidn2 was...
I can reproduce this with no `.emacs` or `.emacs.d` at all. I’m using Emacs 27.1. For reproduction, it’s important that I specify the file on the `emacsclient` command line. 1....
Related: https://emacs.stackexchange.com/questions/59541/prevent-dired-find-alternate-file-from-killing-emacsclient