Glenn 'devalias' Grant
Glenn 'devalias' Grant
Another addition/alternative that might be useful here is to add instructions for using `pipx` to the general setup instructions: - https://github.com/pypa/pipx - > Install and Run Python Applications in Isolated...
Since a bulk of the deobfuscation that `humanify` performs is actually done under the hood by `webcrack`, I also opened an issue there about this: - https://github.com/j4k0xb/webcrack/issues/189 Where @j4k0xb gave...
I also opened the following upstream issue on JsDeObsBench, to consider including identifier naming in a future version of the benchmark: - https://github.com/Ch3nYe/JsDeObsBench/issues/2 > The following idea / note came...
> `SyntaxError: unknown: 'with' in strict mode. (5:4)` - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/with - > Note: Use of the `with` statement is not recommended, as it may be the source of confusing bugs...
I haven't looked at this for a while, but off the top of my head I believe it's done this way because if you're unpacking a webpack chunk/similar it creates...
See also: - https://github.com/jehna/humanify/pull/510 **Edit:** I left a number of review comments on that PR, including: - https://github.com/jehna/humanify/pull/510#pullrequestreview-2973237888 - https://github.com/jehna/humanify/pull/510#pullrequestreview-2973241785 - https://github.com/jehna/humanify/pull/510#pullrequestreview-2973247554 In particular, that [last review comment](https://github.com/jehna/humanify/pull/510#pullrequestreview-2973247554) has a...
@txkbir Are you able to provide details/specifics about what is crashing / what the error is? And also what platform you're running on, node version, etc.
> A narrower intervention would do this just for filters. > > I'm just not sure what's best, hence the delay in merging this! I wonder if we could downscope...
> as it is compatible with OpenAI @neoOpus Have you tried using the `humanify openai --baseURL` param in the way they suggest? - https://inference-docs.cerebras.ai/resources/openai#configuring-openai-to-use-cerebras-api - > Configuring OpenAI to Use...
> if acceptable to the CLI devs, this could be the basis for using _some_ `--template` functions in `--jq` filters > If acceptable, I can document this in the CLI's...