Carson Graham

Results 3 issues of Carson Graham

it is an infinite loop. If you were to convert it to C, it would look like this: ```c void run(int* mem) { *mem++; while(*mem) { mem++; *mem++; }; }...

There's a couple ligatures I personally don't want, but don't warrant a removal from the entire fontset. For example, the `***` ligature is extremely unhelpful and ugly looking, in my...

GitHub

I'm trying to characterize our drivetrain. We're running falcon motors on mecanum. When trying to generate the project, the error "Unable to generate project, config might be bad. Details: IndexError("List...