Josh Stratton

Results 7 issues of Josh Stratton

I'm confused how this is supposed to be built. I see "setup.py" in README, which doesn't exist in master, but I also see I'm supposed to use an egg file...

I'm very new to hugo. I'm running hugo 0.92.0 and installed docsy as a submodule in the themes directory. When running most hugo commands I get an error about _Font-Awesome_...

I have a small project who's code is hosted publicly, so I want to set the Google client ID and secret using environment variables set before the program starts. Is...

Possibly related to #35 string interpolation parsing will sometimes fail to detect the closing quotes incorrectly classifying the follow-up code. ![kotlin_parsing](https://user-images.githubusercontent.com/786471/59048914-b7d2bc00-883b-11e9-95f7-a41c869dab85.png)

The Roku _createObject()_ method for creating arrays supports a boolean for whether the array is resizeable or not. This currently needs to be implemented in brs. from [roArray](https://developer.roku.com/docs/references/brightscript/components/roarray.md) doc: ```...

enhancement

Right now if the brightscript runtime executes a file, it will execute every expression it finds outside of a function. This doesn't match the brightscript implementation where expressions must be...

bug

See the [BrightScript documentation](https://sdkdocs.roku.com/display/sdkdoc/Global+Utility+Functions#GlobalUtilityFunctions-Sleep(millisecondsasInteger)asVoid) for details on what each one does, but this should cover: * `Sleep(milliseconds as Integer) as Void` * `Wait(timeout as Integer, port as Object) as Object`...

enhancement
help wanted
stdlib