You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say I want to have enums in my (Python) project and I am searching through the recipes hoping to find something that fits my description. It would be easier for me to search if there was a file depicting what each recipe does (<100 words for each recipe) with 'tags'. Since there are over 4k recipes in Python and many recipes do not have good (easy to understand) names and I have to go through their readme to find what they do. Of course, I can search for recipes with name containing Enum in the Python folder but that may not give the best possible results at all times.
The text was updated successfully, but these errors were encountered:
This is also a problem even when you have the recipe ID, particularly with the Python directory being truncated at 1k entries. In particular, the Python 3 docs on random still references the legacy 576707 recipe page. It appears that GitHub doesn't index directory or file names since a repository search for 575707 returns no results. However, searching for the magic number 43487 or the full title manages to find the desired code.
Say I want to have enums in my (Python) project and I am searching through the recipes hoping to find something that fits my description. It would be easier for me to search if there was a file depicting what each recipe does (<100 words for each recipe) with 'tags'. Since there are over 4k recipes in Python and many recipes do not have good (easy to understand) names and I have to go through their readme to find what they do. Of course, I can search for recipes with name containing Enum in the Python folder but that may not give the best possible results at all times.
The text was updated successfully, but these errors were encountered: