Shreyas Kapur

Results 6 issues of Shreyas Kapur

There might be a way to fix the white balance gains on the RPi camera so that we get consistently colored images from all the Pi's chained together. [This](https://www.raspberrypi.org/forums/viewtopic.php?t=82021) thread...

enhancement

* Adds Single Sign On to Quill. * Also has the make admin button commits. Summary of Single Sign On Flow is: 1. Click 'Sign In with Quill' which goes...

FaqBot could host its own mail server using something like [salmon](https://salmon-mail.readthedocs.io/en/latest/index.html). This will allow two things: - Create a debug email address (for instance [email protected]) all on its own for...

enhancement

``` battlecode.instrumenter.InstrumentationException: ILLEGAL Illegal class: battlecode/schema/BodyType this class cannot be referenced by player code. ``` Can't use Polymorphism. Edit: mistake in title.

``` int bc_base = Clock.getBytecodeNum(); float a = 1 + 1; System.out.println("Bytecode Cost: " + (Clock.getBytecodeNum() - bc_base)); ``` This prints out 17, which I feel shouldn't be the case...

We need `skia-python==87.9`