Markus Unterwaditzer

Results 175 issues of Markus Unterwaditzer

A few people have tried to remove unused crate features etc in the project. Let's have a thread that collects all of what we've tried and what we still want...

enhancement
help wanted
Research Questions

@oopsbagel has started abstracting the installer away here: https://github.com/efforg/rayhunter/blob/3239daa01110fba6b5f5c2359e4f0cefbaad2f10/installer/src/pinephone.rs#L178-L181 This issue is to track that effort and also discuss what we could solve with this. Some ideas off the top...

enhancement
installer

When creating entries, we cannot use Tokio to write file contents. Fix that.

errors positions are not part of the spec, but we can try to be similar to other parsers. that said, the error positions in html5lib-tests seem somewhat internally inconsistent.

It seems that something slipped past review of spans: ``` #[derive(Debug, PartialEq, Eq, Clone)] pub enum Token { /// A HTML start tag. StartTag(StartTag), /// A HTML end tag. EndTag(EndTag),...

I've moved [a few small projects to codeberg](https://unterwaditzer.net/2025/codeberg.html). The move started out as a purely ideological thing but now I've come to prefer codeberg's UX as well. It's just faster....

### Which part? Which one? API Docs ### Description https://docs.sentry.io/api/organizations/list-an-organizations-projects/ this API accepts ?query=searchterm, allowing you search the organization's projects by name. It's used in Cmd-K, but not documented Other...

Product

there is currently about a 1.5x slowdown compared to hand-writing the entire emitter

Fixing this issue with the metrics buffer, which was designed to only deal with one thread: ``` Traceback (most recent call last): File "threading.py", line 1012, in _bootstrap self._bootstrap_inner() File...

Reverts getsentry/arroyo#456 This fix is not really acceptable long-term. I'm pretty sure those tests may now be disabled.