Veit Heller
Veit Heller
Building on #4064 andf #4065, we want to allow for multiple splitters in the diff view to compare and contrast.
Currently, only the post snippet does it the right way (using the identity registry). If we want to continue with the identity registry, all snippets should use it. Alternatively, we...
Find out why videos are managed differently from regular Bluesky and why the `uploadVideo` endpoint does not seem to work. Cheers
Embedded posts, posts, videos, images, and cards should be more richly clickable.
This PR is trying to fix #22059 by adding docs for disabling and enabling CPU features through the env variables. Let me know if I missed anything about the flags,...
This PR fixes #30096 (especially its follow-up comments) by deprecating `numpy.fix`. Cheers
This PR tackles #25910 by making a special case in `expandtabs` that deals with UTF-8 and calls `memcpy` only when we identified a full run. I also added a benchmark...
Consider the following code: In it, we create a forward view that goes to a list of things. This works well if the list is not empty and we get...
This PR replaces all occurrences of `numpy.fix` with `numpy.trunc`. This is in response to [a currently discussed deprecation of `numpy.fix`](https://mail.python.org/archives/list/[email protected]/thread/LYRHETXPN32S7FNHKNLJFDIYWGQHLODJ/) as well as performance considerations (nice, but secondary). This change...