Andy Li

Results 9 issues of Andy Li

When I set the volume to 0 the system vibrates but makes no sound. However when I set the volume back to the initial setting, it plays a sound. Am...

This is probably a long shot, but is there any way to pre-attach a file to the email?

```js const results = await tfImageRecognition.recognize({ image: require('../../assets/earth-alighted.jpeg'), // Also tried using "file://image_ocation.jpg" of cached image location from React-Native-Camera `takePictureAsync()` inputName: "input", inputSize: 224, outputName: "output", maxResults: 3, threshold: 0.1,...

This is just a very nit-picky aesthetic concern.. But is there a way to remove the thin border lines on the bottom and right sides of the QR code on...

…ers` has a `deviceId` that contains `id`. When `(id == null) return null` because not doing so causes `nearbyUsers.elementAt(i).deviceId.contains(id)` to attempt to invoke `toString()` on `id` when it is null...

Updated module reference was documented in issue #29

A different flavor of algorithm to compute prime numbers. I will be doing a Python one as well because I'm learning Python right now. :)