Angelo Verlain Shema

Results 68 issues of Angelo Verlain Shema

It would be nice to have an option to open the preview in a separate window. This can be useful when testing a responsive layout and seeing how the UI...

enhancement

When you tile a window, say to the right with Tiling Assitant, it retains the round edges and still looks as a non-tiled application. Here's some pictures for reference ##...

enhancement

currently, the URL will return true for `https://url.coINVALID` and return "https://url.co". would be nice to have the library not match these (same kinda thing like the `\b` flag)

### Package: https://aur.archlinux.org/pkgbase/howdy ### Purpose: The package allows Face ID support on linux machines ### Benefits: It allows me to login simply using my IR Camera. It integrates (with some...

request:new-pkg
priority:medium

That function type is used in `GObject.Object.bind_property_full`. The current type says that the transform function expects 3 args, while in reality it returns 2, because the 3rd one is a...

gjs-convention

The function is overridden in GJS at https://gitlab.gnome.org/GNOME/gjs/-/blob/master/modules/core/overrides/Gio.js?ref_type=heads#L827. The correct type should be something like this: ```ts export type ActionEntry = { name: string; parameter_type?: string; state?: string; activate?: (...

gjs-convention

It would be nice to add tests to this repo to ensure that progress made is not undone. Some tests could be copied over from GJS, and a CI runner...

Hello! This is a draft PR that adds comprehensive tests. These tests should be run on each PR to avoid regressions by adding a GitHub workflow. This can be done...

Hello! There is a problem that is very interesting and I couldn't solve it. When setting a float value, the value is set as an integer instead. For example: ```ts...

> [!WARNING] > The current code is incomplete and won't run; it is awaiting merge from other dependency pull requests. I'll push all the code after the required branches have...