Christian Parpart

Results 459 comments of Christian Parpart

> What about a homebrew tap(or a bottle in homebrew core)? Good morning. Oh i would love too. Maybe we can get this asking with the 0.2.0 release fine, too....

> If you're going to do winget then I would advise creating a package for chocolately and scoop, which unlike winget, are fully functional package managers capable of updating a...

Initial version for `winget` (for Contour 0.2.0 RC 1): https://github.com/microsoft/winget-pkgs/pull/24985

Hey @halr9000, many thanks for your interest in Contour! As far as Windows packaging is concerned, we do provide support for .MSI installer from our Github's release page. Also, there...

I've been adding a link to the release page (latest release) in the Windows section. Thanks for your feedback. Nevertheless, I'd very much welcome a winget package at some point,...

@erf Assuming you are (still) on ARM64 macOS, the startup-time should now be waaay better, because the next release (and `master` branch CI-builds) are native ARM64 (Apple silicon) builds. I...

* the terminal backend as well as `terminal_renderer` itself is completely Qt-free. * for PTY I'm having an abstract interface that can be arbitrarily implemented (I even have a `MockPty`...

Font rasterization is easely done in wasm via freetype library. I am more concerned how to get the list of available fonts and load these files. Either i provide a...

> Do i have actually wcc SS to the host file system... Damn smartphones.... Let me repeat: Do i actually have access to the host filesystem But i think you...

I was actually quite curious about learning more about how the memory works from the operating system and low-level point of view, and hoped to find in here more. Unfortunately...