Geoffrey Challen

Results 23 issues of Geoffrey Challen

Thanks for curating this great resource! I teach CS1 at the University of Illinois—which is top-ranked for CS in the US. We've recently published all of our CS1 material online...

I just tried to update one project to 6.3.1, but that broke `tsc` when running against another imported library build with runtypes version 6.3.0. (Reverting the first project to 6.3.0...

bug

After upgrading from 5.0.1 to 5.1.0 today exported runtypes from a second package can no longer be used to build new runtypes. I get a long set of error messages...

bug
help wanted

I need to be able to template content while preserving indentation across multiple lines. (We use templating to insert student code submission into a wrapper, so indentation is important to...

## Expected Behavior `ktlint` should not pass code like this: ```kotlin class Course(var number: String) { fun changeNumber(newNumber: String) { number = newNumber } } ``` which is much clearer...

new rule

I was tearing my hair out for a bit since I couldn't start my development Jitsi set up using `docker compose up`—i.e., using the new `compose` command added to the...

### Version 1.1.0 ### Platform Android ### OS version Doesn't matter ### Steps to reproduce 1. Restart app ### Expected behavior Be able to receive notifications about the current region....

Thanks for the excellent library! We're trying to use it as part of an app for [CS 125 @ Illinois](https://cs125.cs.illinois.edu/) to track when our course staff (and eventually students) come...

enhancement
help wanted

I have a Google Pixel running Pie. Frequently I see it generate extremely quick sequences of entry and exit events—even when the phone is sitting 12 inches away from a...

native

I'm observing the following confusing behavior when iterating on an app we're developing. If I start the app after a few minutes, I see a nearby beacon immediately on load....

native