Results 9 issues of Christopher D Thompson

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Racer name: _Chris_ This change has been submitted as part of the AWS DeepRacer Community Log Analysis Challenge. To join the community go to http://join.deepracing.io

Issues #8 #18 *Description of changes:* Add support for ExoPlayer2 v2.7.1. Draft because I surely haven't tested all use cases. By submitting this pull request, I confirm that you can...

What is the source license for openMou?

Dangling dot operators are valid syntax and the roku interpreter ends up ignoring the final dot. I dislike the language behavior here but it does run as valid syntax. Would...

bug
help wanted
grammar

setFocus() should not be called inside a SG node's init() function, since the node may be stealing focus from elsewhere in the app when it shouldn't

help wanted
new rule
good first issue

At some point, chaining objects with the `.` operator becomes dangerous and prone to runtime errors due to an intermedia object being invalid. It'd be nice to warn against some...

help wanted
new rule
good first issue
request for comments

boolean type coersion is inconsistent. A rule to detect this would be helpful. Motivation: ``` Brightscript Debugger> a = invalid Brightscript Debugger> if a: print "hi": end if Type Mismatch....

enhancement
help wanted

We could leverage wist to find or enforce minimum firmware versions, something which is required for Roku app submission. The [Roku SDK docs](https://sdkdocs.roku.com/) are pretty good at documenting which version...

enhancement
request for comments