troll icon indicating copy to clipboard operation
troll copied to clipboard

Libraries for GNOME JavaScript (GJS)

Results 14 troll issues
Sort by recently updated
recently updated
newest added

`Gtk.ApplicationWindow` automatically sets the Shorcuts Window if if finds `gtk/help-overlay.ui` in the base resources path. If you do this for gjspack to the the conversion to XML: ```js import './gtk/help-overlay.blp';...

Very cool project, but I wanted to know if it supports Typescript or intends to support it in the near future?

We should show whre the ENOENT file was imported from ``` (gjspack:34): Gjs-WARNING **: 12:34:40.433: JS ERROR: Gio.IOErrorEnum: Error opening file /home/sonny/Projects/utils.js: No such file or directory processSourceFile@resource:///gjspack/src/gjspack.js:135:36 next@resource:///gjspack/src/gjspack.js:186:44 next@resource:///gjspack/src/gjspack.js:260:12...

Implementing the rest of the module downloader requires a re-architecture of the bundling system to handle cyclic dependencies, as discussed in the matrix chat.

I don't want to deviate from Gtk for now and I'm not sure it's worth it, but here is an idea `hello` instead of `` specially for use cases like...

https://github.com/sonnyp/troll/pull/18/files#r1200828329

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Hi, The WebSocket RFC requires in [section 4.1 item 10](https://datatracker.ietf.org/doc/html/rfc6455#page-18) for the Sec-WebSocket-Protocol header that > If present, this value indicates one or more comma-separated > subprotocol the client wishes...

https://developer.mozilla.org/en-US/docs/Web/API/AbortController

From the gjspack readme: > Support other programming languages? Ping me if there is any interest. I'd like being able to import `.cljs` (ClojureScript) files and have them executed as...