David Chisnall
David Chisnall
Weird. I guess there must be something in my config that's different from yours, but since I've had to switch to the non-preview version until this is resolved I've copied...
I'm afraid I don't know what an atlas engine is. I have this for the default: ``` "defaults": { "antialiasingMode": "cleartype", "colorScheme": "Campbell", "font": { "face": "Source Code Pro", "size":...
Deleting profiles.defaults.font.face makes colours work again. I don't know if it's specific to Source Code Pro, or if it's a problem with any non-default font.
Changing to any other font appears to make colours work again. I have no idea what makes Source Code Pro special, but since it's available under the SIL Open Font...
@DHowett, yup disabling the new renderer fixes things. @lhecker, I installed the SourceCodePro fonts from their GitHub release page: https://github.com/adobe-fonts/source-code-pro/releases. However, looking at the releases page, I see that there...
On PowerPC, qemu user mode defaults to 4 KiB pages, which confuses snmalloc, which expects 64 KiB pages. We have some ugly hacks to work around this in CI. You...
Last time we used Docker, it added a lot to our end-to-end test times. Is there an unofficial apt repo that has newer builds of qemu that we can use?
Adding the gpart commands to add a partition table shouldn't be too difficult. I was reading the code yesterday before I found this issue and it looks as if there's...
This is caused by the gptboot parameter not having the correct value. I have this fix locally: ```diff - gptboot="-p freebsd-boot:=${mnt}/boot/gptzfsboot:512k" + gptboot="-p freebsd-boot::512K=${mnt}/boot/gptzfsboot" ```
Sorry, I saw the same error making ZFS images. #962 fixes this error - it was confusing because `mkimg` reports very unhelpful error messages (it doesn't document anywhere, for example,...