Austin Theriault

Results 7 issues of Austin Theriault

When setting up build tools there are 2 problems I run into. 1. maven says there are unindexed remote maven repositiries found, and when I try to update them(http://first.wpi.edu/FRC/roborio/maven/development and...

PR checklist: - [X] Purpose of the code is [evident to future readers](https://semgrep.dev/docs/contributing/contributing-code/#explaining-code) - [X] Tests included or PR comment includes a reproducible test plan - [X] Documentation is up-to-date...

Hey, I added a simple implementation for PWM. There's definitely more advanced things you can do with the e310x, but I figured that it was worth it to just add...

This extra else statement caused only the last two prompts to generate images in interpolation mode when interpolating by keyframes

Some sort of official android app would be wonderful. Currently there is an _unofficial_ one that is full of bugs and hasn't been updated since December 2017... [https://github.com/F7U12Team/password-manager](https://github.com/F7U12Team/password-manager). Some sort...

ocamlgraph needs autoconf if we want to use ./configure, and currently fails since autoconf isn't a build input (at least on MacOS). The project now supports building with straight dune:...

Previously Nickel was using an Assert only for integration tests. This pr makes it officially part of the standard library. Closes https://github.com/tweag/nickel/issues/1300