John Toterhi

Results 10 comments of John Toterhi

@gsuberland Here's a summary of the techniques mentioned in the Twitter thread along with contributor names and links to relevant replies. There are some real gems in this list and...

I went through the list and dropped methods that are either already implemented or would likely fail on many systems. There are a number of interesting/creative ideas on the list,...

With `libtelnet` being deprecated as of 3.11 and removal slated for 3.13 I was looking for an alternative package. Exscript is suggested in the PEP which lead me to this...

Hey @parro-it, I'm currently working on a fix for this issue and hope to get a PR in today. FYI, I've resolved the "build failures" due to `test-loc.js` which is...

As far as the issue goes that causes `Error: TypeError: Cannot read property 'doubleQuoting' of undefined` it appears line 38 of [expansion-start.js](https://github.com/vorpaljs/bash-parser/blob/6fa4ca52fbb92f9eb6b94e2e8c16768210b7af3d/src/modes/posix/tokenizer/reducers/expansion-start.js#L38), the method `previousReducer` can take a third argument...

With the above change in place, and using the following script: ``` const ast = parse('command="$(echo "$input" | sed -e "s/^[ \t]*\([^ \t]*\)[ \t]*.*$/\1/g")"'); console.log(JSON.stringify(ast, null, 2)); ``` I get...

Hey @mozark24, that sounds awesome. I'm starting to get around to working on this again and would love to accept a pull request on this.

That sounds really cool! I'd love to stay in the loop on any progress you are able to make on that front. Are you sharing any of your research /...

@mozark24 @jonjonLynch - Hey guys I'm so sorry about missing this. I think I was waiting for a PR and completely dropped the ball. Feel free to call me out...

Hey @trippleflux, So the issue is that PM is finding a terminating node of a Float, but it only checks for `long`, `Variable`, and `SSAVariable`. See here: https://github.com/cetfor/PaperMachete/blob/9d79d1201843d0128fc0498cfb47a39e142c8397/pmanalyze.py#L258 Duplicating the...