Ross MacArthur

Results 61 comments of Ross MacArthur

To clarify the reason I encounter is this: - I have a git dependency in my `pyproject.toml` - I generate `requirements.txt` from `pyproject.toml` - Then I generate `requirements.dev.txt` using `requirements.txt`...

> Can I ask why requirements.txt needs to be an input to the second resolution? Maybe the following can help explain what error I want to catch: Consider the following...

I'm still investigating why this doesn't work properly, but you can work around it for now by doing the following: Instead of this ```zsh eval "$(sheldon source)" ``` Use ```zsh...

The following fixes will need to be implemented to get sheldon working on windows, not sure if there's anything else. I'm happy to accept PRs for any of these changes....

Happy to accept a PR for this :)

I am keen to solve this problem but I first want to check whether any of the existing sheldon features could solve this for everyone. ### 1. Separate config and...

In my opinion the `module` style is the best middle ground. I do like the readability of combined imports, but I was using `merge_imports = true` on a project where...

It doesn't currently have built-in functionality for this. I'm happy to accept a PR. I don't think it would be too hard to implement. What I think is hard is...

Hey @vyrzdev :wave:, thanks for the PR. I'll share some of my thoughts as to how this can be improved: Since sphinx builds the docs to `docs/_build/html` I think you...

That would be useful, however, I think the problem here is that its hard to know when to trigger the workflow. If it is possible to create a manually triggered...