Mzack9999

Results 119 comments of Mzack9999

I don't this is possible without implementing a custom parser, since https://github.com/Knetic/govaluate does not support index access syntax. We could eventually add an helper function like `array_pick(multiple, 1)` or continue...

`govaluate` uses `[]` for escaping purposes, a few alternatives supporting array/slice accessors with brackets: * https://github.com/d5/tengo * https://github.com/projectdiscovery/nebula

- Add a new command line flag: ```console -config-directory Override the default config path ($home/.config) ```` - Create follow up tickets to allow execution when there are no write permission...

After investigation, the following implementations would be needed: - [ ] Actually, matcher works on string/byte slice only, it's necessary to implement a regex-based engine accepting `io.Reader`, capable of handling...

Questions: - `resolve_all` will return a slice of results. What is the expected behavior of its use within a single HTTP request? I don't think it's possible to iterate over...

Enabling connection reuse (Enabling keep-alive, disabling request.Close, removing `Connection: close` header, reading all the body) for RFC compliant HTTP requests doesn't speed up elaboration towards a single target Normal Execution:...

It seems like the persistence of user-defined values of the `window` object is behaving as expected since such behavior is mentioned only for the particular `window.name` property (ref. https://developer.mozilla.org/en-US/docs/Web/API/Window/name). Upon...

@hktalent Can you provide more information about how to reproduce the issue (command, snippet, etc) and about the execution environment? That's very hard otherwise for us to provide proper help....

On Hold - Needs more investigation as there is no direct way to handle it correctly