Stevie Weiss

Results 13 issues of Stevie Weiss

Wasn't sure whether 77 meant words or characters. From the source, it looks like it's chars.

tl;dr: Fix in https://github.com/corda/corda/pull/6917 I'm getting this error when I try to build the project or any of the samples. ``` FAILURE: Build failed with an exception. * What went...

awaiting response

Hi, this library doesn't seem to have a keras.Model. Keras is the main way many of us interact with TF, so it would be great to see here. The TF...

**Describe the bug** When I set the text color to black (#000), the text does not turn black. Instead, it is #585858. I'm trying to make my text darker so...

bug

The readme says "execited" instead of "executed" in the "Highly Concurrent" section.

# One Big Issue This document relies on the following assumption: > Rust chooses to enforce coherence But alas, this assumption is not true. ## Rust supports incoherence Rust actually...

My health care provider (Regence) uses Twilio for video calls, and their site won't let me schedule an appointment because Twilio returns that Brave is not supported. My health care...

Thanks for publishing this library! I want my injector to eject the DLL when I ctrl+c close the program. However, I cannot use the Syringe or ProcessModule in my ctrlc...

## Actual Behavior ``` foo = fooDsl { bar += barDsl { baz = bazDsl { bal = 1 } } } ``` ## Expected Behavior ``` foo = fooDsl...

## Actual Behavior ``` val fn = launch { doThing() doAnother() } val fn = scope.launch { doThing() doAnother() } ``` ## Expected Behavior ``` val fn = launch {...

enhancement