David J. Mack

Results 15 comments of David J. Mack

Hey @cjolowicz. It surely got us in the right direction. Since I'm using in-project venvs and don't want to fiddle around with the users pip config, I decided to try...

Same happened for me on Windows 10 with Git Bash for Windows setup.

@mohghaderi - I have the exact same problem. We "fixed" it by repeatedly trying the install call. Most of the time this works as you'll fail on different packages. There...

@mmerickel: But this would cause massive dependency bleeding, ie. you'll not be able to easily keep track of which dependencies are required by which subproject, right? In this case it's...

A workaround is to use a [math-block]( instead of `$$` to signify the latex code block (see [here](https://nschloe.github.io/2022/05/20/math-on-github.html) for more details on why). This however, is not rendered in VS...

I'm currently trying to build it on Linux. If you can give me access rights to create a branch I'll create a PR with some details on the requirements to...

@Jaysmito101 Hey. Did so. But I'm not sure if it can be done on Linux. So far I get a lot of errors about not implemented functions and windows-specific defines....

@Tander I think this might be a different problem. you need to execute the poetry run command from your project's root dir (e.g. `c:\Test\pyproject.toml` must exist and `poetry run` needs...

Hey @Tiggax , thanks for taking it on. My workflow is very focused on having all environment specs within a repo. So we check-in the environment.yml and always create the...

Would be great to have it - In our project we just have setuptools as a dependency to run beautysh...