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
Here the project 'name' is wrong txt, should be fast-llms-txt
Path is wrong, is should be ~/Projects/fast-llms-txt
It looks like an attempt to 'decode' the id (-Users-sam-Projects-fast-llms-txt) which should not be attempted since the encoding to id is lossy
There is a id->path lookup table that should be used
Example:
This path is correct on the projects listing page (http://localhost:3000/)
But on the detail page (http://localhost:3000/projects/-Users-sam-Projects-fast-llms-txt) it is wrong.
txt, should befast-llms-txt~/Projects/fast-llms-txtIt looks like an attempt to 'decode' the id (-Users-sam-Projects-fast-llms-txt) which should not be attempted since the encoding to id is lossy
There is a id->path lookup table that should be used