Tom Willis
Tom Willis
this is very surprising behavior that just bit me in the ass in production no less.
here's source that demonstrates the problem. https://github.com/twillis/kafka_web
I tried this locally and the change results in a response of "400 Bad Request" rather than a "403 Forbidden" so it seems that another way to download needs to...
@solussd thanks for the suggestion, I will give that a shot.
running pserve instead of gunicorn picks up the right worker and port from the config but then there's an import error ``` bash tom@tom-ThinkPad-P1:~/projects/tstaiopyramid/tststarter$ pipenv run pserve development.ini Starting server...
@BontaVlad s comment helped me solve my problem in spacemacs. when I open a file initially company-diag reports it's using the company-capf backend which is indeed unusable. `M-x nimsuggest-mode` disables,...
@krux02 less than 100 lines, this is just something I found when working through Nim in Action.