Marco Trevisan :ubuntu: · @3v1n0
84 followers · 39 posts · Server fosstodon.org

Thanks to Philip Chimento for the mentions at on stuff I worked on...

#guadec2023 #gjs #guadec #gnome #javascript

Last updated 1 year ago

Pascal Garber · @jumplink
17 followers · 122 posts · Server floss.social

🎉 ts-for-gir v3.0.0 is here! 🚀

This stable release brings pre-generated NPM packages for GObject Introspection TypeScript type definitions for GJS and node-gtk.

Check it out at github.com/gjsify/ts-for-gir!

The pre-generated NPM packages can be found at github.com/gjsify/types

-gtk

#gjs #GTK #OpenSource #TypeScript #JavaScript #GNOME #node

Last updated 1 year ago

Pascal Garber · @jumplink
16 followers · 106 posts · Server floss.social

Exciting news! The latest version of ts-for-gir, v3.0.0-beta.9, has arrived. 🎉

ts-for-gir is a powerful tool for generating TypeScript type definitions for GObject introspection GIR files.

In this release, you'll find support for typed gi:// ESM imports and a sneak peek of support for GNOME Shell types. Get ready to take your TypeScript coding to the next level!

Visit github.com/gjsify/ts-for-gir to give it a try 🚀

#gir #TypeScript #JavaScript #GNOME #GTK #gjs

Last updated 2 years ago

Andy Holmes :gnome: · @andyholmes
34 followers · 114 posts · Server fosstodon.org

A friendly reminder for those new to writing GNOME Extensions:

If you find something missing or wrong in the documentation, please ask and/or report it. Posting on reddit that the documentation is garbage, with no details, really doesn't help you or anyone else.

gjs.guide
gjs-docs.gnome.org
matrix.to/#/#extensions:gnome.

#gnome #gnomeshell #gnomeextensions #gjs

Last updated 2 years ago

Geekland · @geekland
599 followers · 11920 posts · Server mastodon.social

How to Get rid of the Invisible “gjs” window in Ubuntu 22.04 GNOME 42 ubuntuhandbook.org/index.php/2

#ubuntu #gjs

Last updated 2 years ago

Geekland · @geekland
606 followers · 11975 posts · Server mastodon.social

How to Get rid of the Invisible “gjs” window in Ubuntu 22.04 GNOME 42 ubuntuhandbook.org/index.php/2

#ubuntu #gjs

Last updated 2 years ago

Because yes, I use GTK V3 in to output this information. It's the only viable way. But Gtk V4 has removed the access to the context. That's crazy.

#gjs

Last updated 2 years ago

Sonny · @sonny
275 followers · 162 posts · Server floss.social

Very excited to release the first version of Workbench - A sandbox to learn and prototype with technologies.

Featuring / live preview

github.com/sonnyp/Workbench

Built with

#gjs #gtksourceview #vte #gtk4 #libadwaita #CSS #GTK #GNOME

Last updated 3 years ago

Gert V ✅ · @gert
128 followers · 1495 posts · Server social.coop

release: mvu 0.1.2

Live Markdown Viewer for linux written in gjs. Gjs is installed on linux, there are no other dependencies and you can run it after decompression of the package:

./mvu.js file.md

Mvu tracks the changes while you edit a markdown file. It has a dark theme.

wget se.citiwise.eu/downloads/mvu-0

sha256sum
fc6dd5ace361410a82fc3aa96af37747b44617bc3828150d907c41ca95a6c594 mvu-0.1.2.tgz

#gjs #markdown #freesoftware #linux

Last updated 3 years ago

Gert V ✅ · @gert
128 followers · 1495 posts · Server social.coop

@aral

release: mvu 0.1.0

Live Markdown Viewer for linux written in gjs
Tracks the changes while you edit a markdown file.
It has a dark theme.

wget se.citiwise.eu/downloads/mvu-0

sha256sum
f2a01b81ba65142a1b40727654a862548e5050bb79f0b8d09292e83bfcdf37d4 mvu-0.1.0.tgz

#linux #gjs #smallEngineering #freesoftware

Last updated 3 years ago

return m3tti · @m3tti
94 followers · 851 posts · Server functional.cafe

currently thinking of developing an app in and

#gjs #purescript

Last updated 5 years ago

marnanel · @marnanel
374 followers · 3911 posts · Server queer.party

If you have an object method in which attempts to call itself via a timeout, thus:

_foo() { GLib.add_timeout(p, q, this._foo.bind(this)); }

it will fail after a few tens of thousands of iterations, saying only "Aborted", because the bind()s aren't GCd. Should they be?

#gjs

Last updated 5 years ago