gabe weiner

Results 3 issues of gabe weiner

I have a use case that requires the following pattern to be possible with cosync: ```rs // Somewhere... // Task A cosync.queue(|| async { do_something().await; do_another_thing().await; }); // Task B...

Implements a new option to the format builder to make the header on logs display the file and line number a log originated from. I work on a project (a...

The following syntax in an object's create event: ``` #lambda damagePlayer(dmg) { hp -= dmg; } ``` will instruct gml-tools to create (or update) a "private" script on compile. The...