Andrea Parodi

Results 25 issues of Andrea Parodi

https://stackoverflow.com/questions/33198849/what-is-the-temporal-dead-zone

answered

This is an investigatory PR to study the introduction of a POSIX compliant shell code parser using [bash-parser](https://github.com/vorpaljs/bash-parser). I studied the cash workflow, and I think the majority of changes...

I noticed there is version `1.12.0` published on `npm` that is not present on master branch. It seems publihed from the 2_0 branch, since it has a babelified `dist` forlder,...

This is an investigatory PR to study the introduction of a POSIX compliant shell code parser using bash-parser. There is a tween [PR on `cash` repo](https://github.com/dthree/cash/pull/112)

"Hide internal button" is useful, but it will be useful if we can filter events by channel name, something similar to the filter feature in console panel.

enhancement

This is a list of features to implement in the `bash` mode. See https://www.gnu.org/software/bash/manual/html_node/Major-Differences-From-The-Bourne-Shell.html#Major-Differences-From-The-Bourne-Shell - [X] alias expansion should be applied to reserved word - [ ] tilde expansion should...

If expansion callback are not passed in options, quote removal should be avoid to allow a correct expansion on user side.

I completed all features discussed so far. From this point on, I think I only do bug fixes, source code improvement and refactors and add more tests. Please open an...

* I add `tslint` package to lint typescript defs file. * Changed syntax for nested enums from static property to namespace to fix TS error. * Manually add getter setters...

API for tables are completed. I wrote this PR so we can review the code and keep track of further refinements. - [ ] Document table classes, reusing @andlabs comments...