Kirill Zhdanov

Results 16 issues of Kirill Zhdanov

Trying these while processing path-queries with unexpected output. First case: ```bash echo "?set_city=%D0%91%D0%B0%D0%BB%D0%B0%D1%88%D0%B8%D1%85%D0%B0&back_url=/" | qsreplace http://127.0.0.1:8080 ``` Out: ```bash ?back_url=http%3A%2F%2F127.0.0.1%3A8080&set_city=http%3A%2F%2F127.0.0.1%3A8080 ``` Second case: ```bash echo "/?set_city=back_url=" | qsreplace http://127.0.0.1:8080 ```...

Hi there, Test data from wayback machine and noted the next **actual behavior**: ```bash echo "fr/prendre-rendez-vous?pageId" | qsreplace http://127.0.0.1:8080 fr/prendre-rendez-vous?pageId=http%3A%2F%2F127.0.0.1%3A8080 ``` I **expected** the behavior to be: ```bash fr/prendre-rendez-vous?pageId=http://127.0.0.1:8080 ```...

Actually `nginx` is not used, I removed the line `nginx` from the task and pass the chapter 4 and 5 https://github.com/bradleyd/devops_for_the_desperate/blob/93066ab97c4e285a7e1d25591eb397031059093e/ansible/chapter4/web_application.yml#L7 @bradleyd do you added `nginx` line just for reasons...

Possible errata found on https://github.com/bradleyd/devops_for_the_desperate/blob/93066ab97c4e285a7e1d25591eb397031059093e/ansible/chapter3/two_factor.yml#L12 We created `developers` under *Ensure group 'developers' exists* task but use `bender` now didn't get it, can you explain please? There is no side effect...

Great React-app-testing intro guide, but need to be extended to test React with Redux app from the same user perspective.

Rename state `error` to get `useQuery`'s native `error` via object destructuring to solve the spinner endless loop in case of backend reboot, expired or corrupted token.

bug