Veit Heller

Results 69 issues of Veit Heller

Building on #4064 andf #4065, we want to allow for multiple splitters in the diff view to compare and contrast.

enhancement

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...

enhancement

Find out why videos are managed differently from regular Bluesky and why the `uploadVideo` endpoint does not seem to work. Cheers

bug

Embedded posts, posts, videos, images, and cards should be more richly clickable.

enhancement

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,...

04 - Documentation

This PR fixes #30096 (especially its follow-up comments) by deprecating `numpy.fix`. Cheers

07 - Deprecation

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...

01 - Enhancement

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...

bug

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...