tzzh

Results 2 issues of tzzh

I am getting the following warning when running `yarn run something` ``` warning Cannot find a suitable global folder. Tried these: "/usr/local, /app/.yarn" ``` as these folders are not writable,...

Getting `AttributeError: 'Organization' object has no attribute 'get_public_key'` when running ```python g = Github(token) org = g.get_organization(org_name) public_key = org.get_public_key() ``` although it should be working if I am reading...