Perchun Pak

Results 73 comments of Perchun Pak

I just noticed that 2022-08 is coming soon. Of course even if #306 will be merged now, half a month isn't a very long time to delete the deprecations. What...

I added some description about attributes in f7086e8828909e57c885ea8c734f17e8b8a55d43, but it really should be replaced by link to API documentation from Sphinx. ![image](https://user-images.githubusercontent.com/68118654/193077851-ff97ecc2-58c9-4db8-81ed-50c6cb84a291.png) I hope this fixes the main problem of...

I am using Github Actions for reproducing this, and I actually confused: ![image](https://user-images.githubusercontent.com/68118654/166987382-b397ba99-9235-4a97-9b86-d38188592043.png)

Fixed it by specify `--proxy "{{ join (split (get_url \"https://raw.githubusercontent.com/porthole-ascend-cinnamon/proxy_scraper/main/proxies.txt\") \"\n\") \",\" }}"` (replace all `"` with `\"` and replace `'` to `"` in start and end of argument). [See...

If there are no plans to continue this PR, could I take it? (I know that the only thing, that left - run `black`)

I think 10 days is enough. See #283.

I found [a workaround for Python 3.6 in tests](https://github.com/py-mine/mcstatus/blame/master/tests/test_timeout.py#L27-L30), maybe remove it here?

![image](https://user-images.githubusercontent.com/68118654/120087739-2e38ea80-c0f3-11eb-83bc-2040a8938433.png)

I also tryed do fastfix with just replacing URL, but this need more changes (as token, tests and other)