Angelo Verlain Shema

Results 68 issues of Angelo Verlain Shema

Hello. Very lovely project! I think it would be better if the project recommended the use of `connect` and `disconnect` instead of the archaic node-style `on` and `off`. This would...

Hello again. This PR is currently a draft because while it does not depend on #17, the code there needs to be merged before this one because by doing so,...

It would be nice to have this GJS-like API.

When setting a property on an object, the bindings assume the correct type was passed. For example, when setting an uint8 property, the bindings assume that a comparable number was...

As discussed in #21, deno_gi always assume arrays are C arrays, when they can sometimes be `GArray`, `GPtrArray` or `GByteArray`, depending on [`GIArrayType`](https://gnome.pages.gitlab.gnome.org/gobject-introspection/girepository/gi-Common-Types.html#GIArrayType). We should support boxing and unboxing into...

It is a better name for the `.name` properties (the one that gets logged in the console.) This is very helpful in debugging, particular in the early stages of the...

Hello! This code ports most of the code to typescript to help with type checking. The one file I could not port is `src/base_utils/ffipp.js`

### Reproduction Can't import JSON documents in app. ```js import translations from "@shopify/polaris/locales/en.json" assert { type: "json", }; ``` ### System Info ```shell System: OS: Linux 6.6 Arch Linux CPU:...

package:dev
bug:unverified

Hello. Thanks for this awesome project. My laptop has a `06cb:00c9` which is a similar Synaptics fingerprint device. I've been trying to get it to work using the current code....