Caroline Russell

Results 28 comments of Caroline Russell

@prabhu Is there a purpose for the depscan folder under .config since dot-config is talking about a .config directory at the repository level? To clarify the --config-dir option, should this...

There are lots of Actions available to pull version tags and increment them. Or are you saying that there is currently no useable versioning metadata being generated anywhere, rather than...

Yeah, I'm interested in helping out with this.

Do you want to create a separate branch for me to submit the pull request?

Yes, I've done all that, just wasn't sure if you wanted the request to go straight to main.

@pseusys I don't see anything in the marketplace listing that suggests the duality of early bird and night owl is part of branding. I don't think anyone would consider someone...

Hi @GrahamDumpleton, I'm having the same issue. Here's a [video](https://youtu.be/YmwtYSyOewM) and [traceback](https://github.com/GrahamDumpleton/wrapt/files/13743351/traceback.txt). Additional details: - I am working on the [feature/csaf-refactor branch](https://github.com/owasp-dep-scan/dep-scan/tree/feature/csaf-refactor) of [owasp-dep-scan/dep-scan](https://github.com/owasp-dep-scan/dep-scan). - I wanted to examine the...

@GrahamDumpleton > Can you confirm that if you tell the debugger to continue from that point that it then will run until the next break point or exception? If I...

@GrahamDumpleton I get the same problem even with that environment variable set. This problem could be related to implementation of [PEP 669](https://peps.python.org/pep-0669/) in Python 3.12. I meant to check this,...

@hartym @endmarsfr @GrahamDumpleton Found a workaround on the [PyCharm issues tracker](https://youtrack.jetbrains.com/issue/PY-65289/Pytestddtrace-crashes-with-python-3.12-and-2023.3). In PyCharm, go to Help > Find Action > Registry and uncheck the box for python.debug.low.impact.monitoring.api. ~~Debugger did not...