Bronley Plumb

Results 26 issues of Bronley Plumb

There are several pull requests and unanswered issues. Is this project dead?

The `cwd` option is specified in the docs [here](https://github.com/micromatch/picomatch#:~:text=Current%20working%20directory). ![image](https://user-images.githubusercontent.com/2544493/158602405-cfbb82ce-0904-40dd-b603-0d0674580380.png) However, It doesn't appear to be used anywhere in the picomatch source code. See this github text search. https://github.com/micromatch/picomatch/search?q=cwd Here...

I maintain 10+ open source projects and I regularly forget to add the github version comparison URL at the bottom of the file. In my projects I moved the URL...

Greenkeeper tried to upgrade gulp 3 to gulp 4 in one of my projects (https://github.com/TwitchBronBron/MessageManager/pull/1/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R21). The problem is, gulp 4 has a few major breaking changes compared to gulp 3,...

GitHub colors comments in a json block strangely, so use `jsonc` instead. Makes this: ![image](https://user-images.githubusercontent.com/2544493/82004175-3fba6c00-9630-11ea-9966-d9c6c233ce95.png) look like this: ![image](https://user-images.githubusercontent.com/2544493/82004196-4ba62e00-9630-11ea-9c7b-95df4133c5e1.png)

BrightScript supports IIFE right now! However, they cause errors in the parser. Here's a few examples: ``` result = function(message) return message end function("it works") print (function(message) return message end...

[Here's](https://github.com/rokucommunity/brighterscript/pull/125) a pull request in BrighterScript that increases the performance of the lexer by 5-20% by re-ordering the items in the `scan()` switch statement. You might want to consider doing...

![single-line-while-statement](https://user-images.githubusercontent.com/2544493/82595770-29eb0080-9b74-11ea-99a7-42b09c141b31.png) (Originally reported in [RokuCommunity/brighterscript#86](https://github.com/rokucommunity/brighterscript/issues/86))

Could we update the CircleCI builds to also run on Windows? Currently there are 3 tests that are failing on my local windows machine, but those tests pass when running...

Is there any interest in including comments in the AST? I have added a lot of support for comments in my sort-of fork of this project nested inside of [BrighterScript](https://github.com/RokuCommunity/brighterscript),...