publiclab / community-toolbox

Tools to understand and welcome people into a contributor community
https://code.publiclab.org
MIT License
142 stars 197 forks source link

https://code.publiclab.org/#o=intermine&r=intermine syntax doesn't work for other repositories #283

Open jywarren opened 4 years ago

jywarren commented 4 years ago

I tried loading another repository via URL hashes, as described in the readme, here:

https://code.publiclab.org/#o=intermine&r=intermine&l=hacktoberfest

(trying to display issues from https://github.com/intermine/intermine)

Docs at https://github.com/publiclab/community-toolbox/blob/main/docs/usage.md#embed-an-issues-list

I wasn't able to get it to list any issues, so I think this might've gotten a little unwired during the summer's big refactors?

We'd love help debugging this!

jywarren commented 4 years ago

Aha! Got it!

https://code.publiclab.org/#o=intermine&r=intermine&f=hacktoberfest is the syntax! It works! Changing the readme to match.

jywarren commented 4 years ago

Strange. It worked the first time, but now it's not working. I wonder if I'm hitting a rate limit?

jywarren commented 4 years ago

Anyhow made the README edit here: https://github.com/publiclab/community-toolbox/commit/5472365f352758b668733d30047d5e4a70734c2e

Rishabh570 commented 4 years ago

Hi @jywarren, It's working for me too...yes I guess you might be hitting the limit.

Screenshot from 2019-10-18 21-18-44

I'll open an issue for showing "requests left" count for the Github API...would help in these scenarios.