Bjorn
Bjorn
Mother docs: http://virtualenvwrapper.readthedocs.io/en/latest/scripts.html List of hooks (we don't need to distinguish between source/run on windows). global/local/both hook-name(parameters) ---- - [ ] both get_env_details(env-name) - [ ] global initialize() - [...
I'm a big -1 on this. It's surprising and annoying to be pulled from your flow, e.g.: \> workon py27 (py27) \> cd my\source (py27) \my\source> :: fix something /...
`deactivate.bat` is not our file (although this might be changing -- see my comment on PR #73), making this difficult. This issue should stay open until our version of `deactivate`...
Would it be possible to change the readme from >This extension officially supports Svelte 4.0 and above. to something that mentions that 5 is not supported yet..? (I'm sure that...
I've just spent almost a week tracking this error down. (1) Please fix the problem where prisma/turborepo cannot find/use the .env file in the root of the monorepo. The solutions...
Hei Jacob og takk for interessen i `pydeps` :-) (switching to English for archival purposes..) Pydeps uses the `graphviz` package's `dot` command to display the graph (with only minor modifications...
I'm not sure what you are asking...? Generally, you'll need to 1. show what you are doing 2. show what is happening 3. describe what you expected to happen instead...
If we look at your importer function: ``` def importer(module, function): module = __import__(module) return module.__dict__[function] ``` and display the corresponding byte code: ``` >>> import importer >>> import dis...
Hi @hartwork Because of your license I can't look at your source code, but if you're interested in providing a PR I'll be happy to merge it.
Hi @ZiqianXu and thank you for your interest in Pydeps. This is indeed an artifact of how `modulefinder` and Python works. `modulefinder` is a Python standard module that pydeps uses...