leah
leah
gleam_pgo fails to compile under windows, for some reason or another. here be the logs: ``` Compiling pgo ===> Analyzing applications... ===> Compiling pgo ===> Compiling src/pgo_type_server.erl failed src/pgo_type_server.erl:{13,14}: can't...
**Is your feature request related to a problem? Please describe.** The [M3 Guidelines](https://m3.material.io/styles/color/the-color-system/color-roles#0abbf8b7-61e1-49ee-9f97-4967beb1e4fe) talk about "Surface tones" that can be used to convey elevation and such by tinting the surface...
Using a property binding from within a .ui file will result in a GICrystal::ObjectCollectedError being raised. Here's an example: ```crystal require "gtk4" APP_ID = "com.example.test" @[Gtk::UiTemplate(file: "src/test.ui")] class TestWindow <...