Pascal Garber
Pascal Garber
This PR adds a new `copy` command to scan for *.gir files and copy them to a new directory.
Things we need to finish to get out of beta: - [x] Replace the ts-for-gir parser with gi.ts/parser - [x] CI tests should all be passed - [X] Publish types...
We sould also publish the types on [JSR](https://github.com/gjsify/ts-for-gir/issues/new), a new NPM registry build from the creators of [Deno](https://deno.com/). Reasons: * This registry is runtime-independent and all runtimes are allowed, including...
@CharlieQLe says in #106 > This might be out of scope since it requires the usage of another function, but including promisified functions would be nice, just to avoid regenerating...
There is a [ticket here for Vala that we can follow](https://gitlab.gnome.org/GNOME/vala/-/issues/1212), but we still need to work out what of it makes sense for GJS / TypeScript.
The `cairo` module is a special case because it has many custom overrides. See - https://gitlab.gnome.org/GNOME/gjs/-/blob/master/installed-tests/js/testCairoModule.js - https://gitlab.gnome.org/GNOME/gjs/-/blob/master/installed-tests/js/testCairo.js - https://gitlab.gnome.org/GNOME/gjs/-/blob/master/doc/cairo.md
Sorry, I have absolutely no idea about electrical engineering but am trying to understand it right now, so I have a few questions. Why is it not enough to connect...
I import your partial less files in my project [manually](https://github.com/JumpLink/cms-bootstrap-theme/blob/master/assets/styles/app.less#L289), since you import the bootstrap less file in your partial less files I can't do this anymore. To set the...
libpq version: 14.1-2.fc36 Error message: ``` LANG=en_US.UTF-8 npm install libpq --save npm ERR! code 1 npm ERR! path /home/jumplink/Projekte/libpq/node_modules/libpq npm ERR! command failed npm ERR! command sh -c node-gyp rebuild...