nerditation

Results 5 issues of nerditation

currently egui's support for cjk fonts is quite good, and I can even use `.ttc` files installed on my system directly by setting the `FontData::index` field. but there's a small...

feature-request

currently you can get `position` as well as `size` of a monitor, but there's no api to get the workspace position and size. see the documentation for SPI_GETWORKAREA [here](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-systemparametersinfoa) >...

DS - win32
S - api
C - needs discussion

## summary currently, the `#[derive(CheckedBitPattern)]` on a struct `Foo` expands to code like this: ```rust #[repr(C)] #[derive(Clone, Copy, ::bytemuck::AnyBitPattern)] #[cfg_attr(not(target_arch = "spirv"), derive(Debug))] pub struct FooBits { field: ::Bits, }...

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...

needs triage

to be honest, until I encountered this problem, I didn't know about `gix`, but it seems to cause problem when I build docs. below is the commands to reproduce this...