Maximilian Bosch

Results 174 comments of Maximilian Bosch

Hmm I'm actually realizing now that the reporter has the issue on macos, so I don't if they have the same issue. However my patch fixes the issue for me.

@fdehau now that we have an improved Text-API, would it be okay to implement some kind of `ANSIRawSpan` for this purpose as suggested by @elkowar?

It's about the first use-case: I want to display the output of another process (including its ANSI color-codes) in a `tui-rs` powered application. > For me it is something specific...

Yeah, we agreed upon that. I started implementing such a feature, but this isn't a high-priority thing as this is for a side-project, so you may need to be a...

I can also confirm that this fixes the most recent issues I observed.

FYI strlcat/strlcpy are available on glibc >=2.38. In case somebody has the same issue, here's a quick&dirty workaround: https://github.com/NixOS/nixpkgs/pull/247401/commits/a09911324cc8d59a9be91f62a4d857e1f52f5bc4

Not really, sorry. We're moving to glibc 2.38, so we don't have older glibc releases that don't support this. Also, I think there aren't many (widely-used) platforms left (BSDs Darwin...

@fricklerhandwerk what does "Prioritized" mean exactly in terms of implementing this? I think that's still in discussion?

This broke the manual build: https://github.com/NixOS/nixpkgs/pull/305842

Thanks a lot for the beautiful work! I had some thoughts about this and I'm somewhat interested in getting things ready: * as @LnL7 already stated, I'm also rather hesitant...