Opening up Discourse for language bindings

2019-03-20 Thread Emmanuele Bassi via javascript-list
Hi all; now that we've started migrating[0] GTK discussions from mailing lists over to Discourse[1], we'd like to do the same for discussions on GTK language bindings. For this reason we opened a new category: https://discourse.gnome.org/c/platform/language-bindings There are a few language-s

Re: Opening up Discourse for language bindings

2019-04-03 Thread Emmanuele Bassi via javascript-list
Thanks for your patience; it took me a while to get around answering this email. On Thu, 28 Mar 2019 at 09:34, David Pirotte wrote: > Hello, > > > now that we've started migrating[0] GTK discussions from mailing lists > over > > to Discourse[1], we'd like to do the same for discussions on GTK la

Re: GJS : How can I use Regex ( parse HTML ) ?

2019-06-22 Thread Emmanuele Bassi via javascript-list
You cannot parse HTML with regular expressions: https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 Ciao, Emmanuele. On Sat, 22 Jun 2019 at 06:30, Τάσος Λισγάρας via javascript-list < javascript-list@gnome.org> wrote: > Hello, > >

Re: GJS : How can I use Regex ( parse HTML ) ?

2019-06-24 Thread Emmanuele Bassi via javascript-list
On Mon, 24 Jun 2019 at 21:15, Tony Houghton wrote: > > On Mon, 24 Jun 2019 at 18:56, makepost wrote: > >> >> Regex and MarkupParser from GLib won't work because they don't have >> constructors compatible with GObject introspection, so only their helper >> methods such as escape or match_simple a