bast / cicero

:microphone: Serving presentation slides written in Markdown.
https://cicero.xyz
GNU Affero General Public License v3.0
55 stars 17 forks source link

bug report: not all repositories shown in dropdown #86

Open samumantha opened 1 year ago

samumantha commented 1 year ago

When there is too many repositories under an organization/username, the list that is shown in the dropdown seems to be shortened? ie repositories with a letter later in the alphabet are not shown. Test: coderefinery -> presentations repository not available

bast commented 1 year ago

Ah yes, I need to fix the API call. Thanks.

bast commented 1 year ago

In practice the URLs are predictable so you can take a talk URL that works and adapt the URL to your repo/branch.

MatiasJJ commented 1 year ago

I noticed this too. Gonna try URL guessing :D

Edit: no success. WHat would be the example URL structure?

bast commented 1 year ago

Soon I will do a big overhaul of the code. A number of problems have piled up.