Brian Marroquin
Brian Marroquin
I finally got time to dig into this more. Setting the authModes works but it prompts for credentials every time. This happens because it tries to validate the credentials against...
After some more digging I found more inconsistent behavior, if i set the credentials directly in WinCred, set the provider as `bitbucket` and run the tool, i expect `ResolveBasicAuthUserNameAsync` to...
The best workaround right now is to use the `generic` provider for this. `git config --global credential.https://.provider "generic"`
That same pattern can be used to make lengths variable. ``` class OuterMessage: identity: str length: int data: Annotated[bytes, "length"] ```
It looks like the composite tasks use command chaining from the shell? I think there could be a few benefits in the task list approach: 1. Print when a specific...
It looks like WinSW sets `UseShellExecute` to false when starting processes. In this mode, `bat` files are not normally found. Consider running `cmd.exe` with arguments `/C `
@oleg-nenashev, I believe some of the bugs reported are not real bugs, i am happy to start marking these as close-able and provide a decent rationale. This would be a...
I am definitely interested in helping with the project long term, so if you are fine sharing the triage permissions I will take it. Otherwise, I will start a list...
It looks like it is adding `torch-gpu-linux` twice because it is configured in the poetry config as a repository and the pyproject.toml as a source. Poetry merges these 2 at...
I always forget where it is but it doesn't matter, you can modify and see the contents using the 'poetry config' command. 'poetry config --unset repositories.' should do it I...