Sebastian Waschnick

Results 3 issues of Sebastian Waschnick

## Current issue * The value of the `Forwarded` header is actually a complex object and not a simple IP, cf. RFC-7239 * Example: `for=123.34.567.89,for=192.0.2.43;by=[APIGW_IP];host=apiid.execute-api.us-east-1.amazonaws.com;proto=https` * Example 2: `for=94.134.90.17;host=public-api.example.org;proto=https` (from...

* Can not be found from within IntelliJ's Plugin Marketplace * https://plugins.jetbrains.com/plugin/7494-eslint/versions shows compatibility 14.0 - 2017.3.7 Would be awesome to use in newer versions

Really like your tool, saved me a lot of time. Lines like this seem to not work: ``` SET @MYSQLDUMP_TEMP_LOG_BIN = @@SESSION.SQL_LOG_BIN; SET @@SESSION.SQL_LOG_BIN= 0; SET @@GLOBAL.GTID_PURGED='0f1f94eb-5891-11e5-8f0e-005056992d4d:1-730085, 500ab157-5894-11e5-8f23-00505685788b:1-12738'; SET @@SESSION.SQL_LOG_BIN...