Josh Soref

Results 491 comments of Josh Soref

That doesn't do what you imagine. It controls _when_ an action runs, not what it does. And for more fun, it doesn't provide that content to the workflow, so you...

Give me a list, I'll add them to excludes and I'll rebase to drop them. Also, if you can identify the source, I can queue fixing them too.

@kingthorin I've dropped [both things](https://github.com/zaproxy/zap-extensions/compare/d811c750d4a54c639b3da2630eea5e3b017a60a2..420f9969c8fca96e1fc3f0320791f00944767fe3). --- I've forked the imagelocationscanner, and I don't think that this code: https://github.com/zaproxy/zap-extensions/blob/81129e95e094830e984af60d90a7e0921ae63667/addOns/imagelocationscanner/src/main/javahelp/org/zaproxy/zap/extension/imagelocationscanner/resources/help/helpset.hs#L6 is present there. --- Afaict, src.com.fasteasytrade.jrandtest was http://jrandtest.sourceforge.net/ in 2005. I can't...

For my reference, I used something approximating this to split this PR: ```sh a=$(git status|grep modified:|head -1|perl -pne 's{^\s*modified:\s*([^/]+/[^/]+).*}{$1}'); git add $a; git commit -m 'spelling: '$a' '"$(git log --oneline...

For reference, the name thing was me picking poorly to match the more common instance (common because each translation had the spelling): https://github.com/zaproxy/zap-extensions/compare/e714b2de23dffdd2ab924ba35a3969dbe620a0d2..c32b107189f75708155ac4a977e7fa2fc49fe74e#diff-ed10369a90a008893244ea3c7bbe8839bccee40d462eb2ca2a9f0319f901f024L17

> - [ ] addOns/formhandler - Is it just me or does "inputted" seem awkward? The field name inputted is not case sensitive shall we just use "input" or even...

https://github.com/fuzzdb-project/fuzzdb/pull/201 (I didn't cross check to confirm that everything from this PR is in there, I probably should, but ...)

https://github.com/primer/.github/pull/2

@ashokirla: how's this going?