João Dias

Results 43 comments of João Dias

Where are you importing `app` from? For AGS v3, It should be something like this: ```ts import App from "ags/gtk3/app"; // gtk3, since you want to use Astal3 ``` In...

> Thank you for your very detailed comment You're welcome!! > but the issue is (and i forgot to clarify that on the original issue) that i'm initializing a new...

Try adding `"include"` in the `tsconfig.json`. It should look like this: ```json { "compilerOptions": { ... }, "include": [ "./@girs/**/*.d.ts" ] } ```

This looks amazing!! I love it 😍 I'll merge this tomorrow in the `ryo` branch (it's night time in my country), so I can review the changes better. Thanks for...

Hey @NotMephisto, AGS finally got the tagged release yesterday! Can you check if there's an update available in your os repos?

> Hey, Thanks for letting me know! No problem! 😁 > I've recently viewed dnf repos and there's no new package there yet. I think It will be in the...

Oh, sorry for that. I'll check the official `libnm` documentation to see a possible fix. I thought the `NM.__80211ApFlags` `enum` existed because it actually was in the `ts-for-gir` types.

Found it. For some reason, `ts-for-gir` generated the `NM.80211ApFlags` enum incorrectly, adding `__` as a prefix. I'll push a fix for this right now.

Could you please try again with the new commit 9ed3ac3 ?

You seem to have edited the original code, could you please send the modified version here?