Ferdinand Holzer

Results 30 comments of Ferdinand Holzer

Nodejs deprecated `domain.dispose()` some time ago, breaking this package. See https://github.com/nodejs/node-v0.x-archive/commit/d86814aeca64d8985402dc073eff1fc8ac93c231

For those that have issues using npiperelay due to false positives from antivirus software... if you are using pageant, you'll likely have the full PuTTY suite installed that includes `plink.exe`....

Turns out the random string is different on every reboot, at least for me, so have to figure out a way to automate this yet.

Memo to myself: To extract scripted fields from exported kibana saved-object files, changing their data structure to the one used for dynamic fields: ``` jq '.[] | select(._type == "index-pattern")._source.fields...

Usually for languages where `#` starts a comment, the syntax used by vscode is `#region [...]` and `#endregion`. No need for extra characters like in `# !region`.

Right. Neither does it for me. I was just suggesting to use that specific syntax, if it was added to this extension.

Seems like the port forwarding request needs to be sent to the internal IP of the servers, not the external. You can get that IP from the payload of the...