Remix.run Logo
potato-peeler 6 hours ago

I hope you will continue maintaining a mirror in GH. Some tools like deepwiki are excellent resources to learn about a codebase when their is not much documentation going around. But these tools only support pulling from GH.

input_sh 5 hours ago | parent | next [-]

I have the exact opposite experience where I had to block multiple such "excellent resources" from my search results.

tayo42 5 hours ago | parent | prev [-]

How is pulling dependent on github?

Git pulling isn't unique to github and it works over http or ssh?

simonw 4 hours ago | parent | next [-]

A neat thing about GitHub is that every file on it can be accessed from URLs like https://raw.githubusercontent.com/simonw/llm-prices/refs/hea... which are served through a CDN with open CORS headers - which means any JavaScript application running anywhere can access them.

Demo: https://tools.simonwillison.net/cors-fetch?url=https%3A%2F%2...

speakingmoistly 5 hours ago | parent | prev [-]

It's less about pulling and more about tools like DeepWiki making the assumption that its inputs live in GitHub, so repository URLs are expected to be GH URLs as opposed to a URL to a git repository anywhere.

That being said, there's no reason for tools like it to have those constraints other than pushing users into an ecosystem they prefer (i.e. GitHub instead of other forges).