David Horvath
David Horvath
Tested v1.1.1, works now! Thank you!
FYI I confirm this works now properly on windows.
I am looking into updating the example `ExtendedEnvBuilder`.
My case what slightly different, but same effect: I am building a `aws_lambda_layer_version` resource. I was trying to have `source_code_hash = filebase64sha256("poetry.lock")`, because that was the only file that is...
Arriving from https://github.com/python-poetry/poetry/issues/3388 I have the same issue when trying to pipe into `python3` (worked around for now piping into `python`.) I am on windows 10, using pyenv-win, my global...
I want to chime in about the fact, that some means of manual nudge is needed, if files are landing via rsync. My setup in a nutshell: I have files...
I am looking at the Windows aspect of this.
@freakboy3742 are we open to a solution where we would use the `darkdetect` package? I have run a quick test in my helloworld app and it just worked :tm: https://pypi.org/project/darkdetect/...
I can reproduce this quite easily, having a solution in Visual Studio open. For us, the blocker is the `.vs/redacted/FileContextIndex/blabla.vsidx`. Our structure: ``` ProjectRoot/ .vs/ CdkInfrastructure/ Lambda1Src/ Lambda2Src/ App.sln ```
I am looking into this issue in the frame of the EuroPython2025 sprints.