Joe Eli McIlvain

Results 74 issues of Joe Eli McIlvain

Currently, the Language server invocation of the VizGUI differs from that in the main program because it currently only shows the "current" state in temporal models, rather than showing both...

This is a work-in-progress branch, but I'm only opening as a draft PR here so that I can begin testing all platforms via our CI jobs. Don't bother reviewing the...

do not merge

I have observed an issue where `TCPListener._accept` gets stuck in a busy loop on certain errors, including `EMFILE`. I will expound below: --- On POSIX systems (or more precisely, systems...

bug

This PR adds a lexer for the [Savi programming language](https://github.com/savi-lang/savi).

A lot of my time-dependent code I work with uses sleep operations with specific timings for scheduling events. These time-dependent snippets are also coupled with the Time-related operations that Timecop...

## Summary I'm filing this issue ticket to argue for the position that the WebGPU spec should include a specification: - not only for a human-authorable source-level syntax, - but...

We want a cross-platform package for accessing the CSPRNG provided by the OS.

complexity 2: significant
kind: feature: library

I intend to add a `--watch` flag to the Savi compiler, but first I need a cross-platform library for watching file changes. This PR intends to add that library.

See https://github.com/savi-lang/savi/issues/84#issuecomment-1066181599

complexity 3: major effort
kind: feature: compiler