Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect URLs referring to subdirectories #349

Open
SomeoneSerge opened this issue Dec 18, 2023 · 1 comment
Open

Detect URLs referring to subdirectories #349

SomeoneSerge opened this issue Dec 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@SomeoneSerge
Copy link

e.g. in monorepos: https://github.com/langchain-ai/langchain/blob/master/libs/langchain/pyproject.toml.

Expected behaviour

$ nix-init https://github.com/langchain-ai/langchain/
... parses the top-level pyproject.toml
$ nix-init https://github.com/langchain-ai/langchain/blob/master/libs/langchain/
... parses libs/langchain/pyproject.toml

OTOH, we could opt for something more explicit than the special treatment of blob/ref/... urls

@figsoda figsoda added the enhancement New feature or request label Jan 1, 2024
@Kranzes
Copy link
Member

Kranzes commented Feb 1, 2024

Depends on #118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants