Caio Lesnock

Results 3 issues of Caio Lesnock

### What Operating System(s) are you seeing this problem on? Windows ### Which Wayland compositor or X11 Window manager(s) are you using? _No response_ ### WezTerm version 20230806-225328-bf172634 ### Did...

bug
Windows

I need to send a HTTP Header called ```token_exact```, but when I send the request ```token_exact``` is automatically changed to ```Token-Exact```. There's a way to disable this behaviour?

When I try to iterate over params.result, it does not work. ```javascript params.result.forEach(row => { console.log(row) }) ``` It throws this error: `UnhandledPromiseRejectionWarning: TypeError: params.result.forEach is not a function` I'm...