Pascal Garber
Pascal Garber
I have an buffer with number values from 0 to 255, I use rgba so the first number is the r value, the second the g value, .. and the...
I have upgrade greenlock (and this plugins) to v4 to get redbird working on Node 14. This has other advantages, greenlock renews the certificates by itself, so the renewal logic...
### Description TAdd a new flag, `-m`, which allows users to specify their own commit message as a basis. OpenCommit will then enhance and improve this user-provided message using the...
I would love it for the developer experience if the project would use TypeScript, also I could test our [TypeScript types](https://github.com/gjsify/ts-for-gir) in a real scenario. Hence the question, would this...
* Upgrade yarn to latest stable * Upgrade dependencies to latest * More Gir files added (copied from flatpaks) * Update README.md * Moved `@ts-for-gir-test/types-packages` package to new `tests` directory...
@ewlsh Some promisified methods are missing, for example for `Gio.read_async` + `Gio.read_finish` or `Gio.File.load_contents_async` + `Gio.File.load_contents_finish`
I suggest that we leave this PR open until GNOME Shell 47 is released. Until then, we can publish releases with the `next` tag, I have already released the current...
@ewlsh for example on `Gio.DBusNodeInfo`, here are the GIR XML definitions: ```xml The reference count or -1 if statically allocated. The path of the node or %NULL if omitted. Note...
Currently the Error constructor is generated like this: ```ts class Error { constructor( properties?: Partial, ); } ``` But it should look like this: ```ts class Error { constructor(domain: Quark,...