Brian Leighty

Results 11 issues of Brian Leighty

So right now when the input gets dropped, it immediately switches to color bars. I know in the Mac and Windows software there is any option to change this to...

Feature Request

This class doesn't have a method for restoring an object from glacier so I made one. Feel free to use or modify. One note, besides the code below, you'll also...

I'm not too familiar with github but thought I'd share a method I wrote to get the storage class of an item. I pulled most of the info from here:...

`value = 1.2.5` will give the following error `Expected newline or ':' after assignment` even though it's valid brightscript code. The last part gets clipped off so wouldn't want to...

If you do `function test(notUsed as Void)`, there is no warning that this is invalid. Likely because params for return type and param type are currently shared but this will...

The following is not valid Brightscript but brs doesn't warn about it: ``` test( "test" ) ``` Any new lines after the opening parenthesis or before closing parenthesis causes it...

bug
enhancement
parser

### Feature Request Checklist - [X] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md) - [X] I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with...

type: feature
status: in triage

First, wanted to say thanks for all your hard work on this. Before finding your fork I was about to give up so thanks for that. With that being said,...

Hey, I modified your code to not recreate the NSDateFormatter. In a 2000 iteration test on the dateFromISOStringFormatter method I went from 5.414452016353607 seconds to 3.420518040657043 seconds. Feel free to...

Interested in using this in my project but also need alpha support. Was wondering if this might be a possibility. Definitely pretty new to Svelte but happy to submit a...