Aakash Sen Sharma

Results 40 issues of Aakash Sen Sharma

On attempting to parse `wayland-server.h` (http://0x0.st/o1v6.h) wl_interface is stripped to interface and it breaks function declarations

Bug

https://github.com/jackdbd/zig-cairo/blob/main/src/surfaces/surface.zig#L188 Why is the format hardcoded here? I would be more than happy to send a patch to pass the format as a parameter.

TODO: - [ ] Integrate waysip - [ ] Investigate surface scaling issue - [ ] Document all changes

This could potentially be an issue with wl-clipboard-rs and should be reported upstream after further investigation.

bug

Some parts of our codebase have hardcoded 8 bit for PNG outputs, we should ideally choose 16 bit as that is the maximum supported depth for PNG encoding.

Todo: - [ ] finalize on api design. - [ ] create changelog from 0.2 to 1.x - [x] remove all unwraps, expects, and exits

enhancement

This can be achieved with https://github.com/YaLTeR/wl-clipboard-rs

enhancement