Vasiliy Faronov
Vasiliy Faronov
Ah, right, thank you. > If you have an idea how to improve gobco's message to make it easier to understand, please tell me. This would help: ``` toy.go:6:2: "switch...
Thank you for reporting. In the two years since I last worked on HTTPolice, the development/QA environment has bitrotted: everything fails everywhere with various errors. I will do a maintenance...
Hi! This is currently not supported. You need to put all initial rules into one file. Is there any specific reason why you need multiple files in your situation?
You can work around this with your shell. For example, this works in [Bash](https://www.gnu.org/software/bash/manual/html_node/Process-Substitution.html): turq --no-editor --rules
@wlyssespereira This will not work, because Turq rules are executed in a special Python scope (all the magic names like `route` and `GET`), which is unavailable to the module being...
@wlyssespereira Thank you for your suggestion. But I don’t think messing with imports is a good idea for Turq. [Above](https://github.com/vfaronov/turq/issues/11#issuecomment-304099875) I showed how to load multiple Python files into Turq....
> and then delete the config.jason file before restarting it again You don’t need to delete the entire file, just the line containing `"show_titlebar": false`.
> FYI, it is far easier to delete the file and let it be automatically created again than it is to open an editor and go to all the trouble...
A couple more places affected by this: - [`werkzeug.wrappers.BaseRequest.access_route`](https://github.com/pallets/werkzeug/blob/40bfd13b4383512160a139aea3721c3746a4d7ae/werkzeug/wrappers.py#L658-L659) - [`werkzeug.wsgi.get_host`](https://github.com/pallets/werkzeug/blob/40bfd13b4383512160a139aea3721c3746a4d7ae/werkzeug/wsgi.py#L151-L152) It’s not obvious what to do when there are both `Forwarded` and `X-Forwarded-*`.
@RonnyPfannschmidt > as far as i can tell can be considered a implementation error not to convert for proxies that will use the new Headers No, the page you referenced...