Angelo Verlain Shema
Angelo Verlain Shema
It seems some of the fonts are in `/run/host/fonts`. You can check all discovered fonts with: ``` $ flatpak run --command=sh --env=ZED_FLATPAK_NO_ESCAPE=1 dev.zed.Zed [📦 dev.zed.Zed flathub]$ fc-list ``` For completeness...
I just updated the Zed flatpak, and it seems to correctly use my system terminal font. I didn't change anything though, and I still can't find the font while I...
I asked which types are known to be iterable in the GNOME JavaScript channel on Matrix, and I got a response from ptomato: > the iterable types are ones that...
Nice I'll take a stab at it soon
The issue seems to stem from the fact that both `cairo-1.d.ts` (from cairo's GIR) and `cairo.d.ts` are generated. When using a type like `Gtk.DrawingArea.set_drawing_func`, it uses the `cairo.Context` from the...
It seems @ewlsh posted the types of cairo here https://gitlab.gnome.org/GNOME/gjs/-/snippets/2990, although the origin is unclear.
Yeah. We would likely need to create an initiative to add these annotations. Would be better as a coordinated effort imo.
Yeah that's what I was talking about. I'll check the latest types. Thanks!!!
We use gi.ts to generate typescript declaration files like the ones at https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions. These files are included as submodules in apps where we can't use npm to install the types...
GJS doesn't use `package.json`, so it is unused in our use-case > For this you need to add the path of your generated types (e.g. gi-typescript-definitions) and the types to...