Andriy Zhuk

Results 6 comments of Andriy Zhuk

I've added a fix of incompatibility of get_form method in Django 1.10. Without fix, I gets the following error: ``` File "/vagrant/project/password_policies/views.py", line 111, in get_context_data return super(PasswordChangeFormView, self).get_context_data(**kwargs) File...

Hi @0xalpharush , I would love to contribute to the repo. Could you suggest in which cases `install_artifacts` should return `False`? Would appreciate any details. Thank you! :)

@0xalpharush thank you for the explanation! I've prepared a PR with the changes https://github.com/crytic/solc-select/pull/151

I wanted to help with this issue but discovered that it is already done here https://github.com/ethereum/ethereum-org-website/commit/f6c36d81300db4c650b139edd4d5ca0daada8629 cc @corwintines

Would love to help to implement this improvement. @0xalpharush could you please suggest some examples of how caching might be done here? If you have anything on mind :)

I believe we couldn't cache `get_installable_versions()` since `installed_versions()` will be changing. What do you think?