Phillip Dudley
Phillip Dudley
Related to issue: https://github.com/microsoft/azure-devops-python-api/issues/349
I guess this isn't going to get any looks.
### Clone repository ```bash git clone [email protected]:microsoft/azure-devops-python-api.git ``` Then change directories into the project. ### Install ```bash python -m pip install sphinx ``` ### Setup docs folder ```bash sphinx-quickstart \...
> Hello @symplrdudley , > > Your issue seems to be similar to my issue: #564, try the possible fix and let me know if it works for you. I...
I generally use a custom script to stop Komorebi. ```powershell Write-Host "Stopping wkhd" Get-Process -Name:whkd | Stop-Process Write-Host "Stopping komorebi" Get-Process -Name:komorebi | Stop-Process ```
Related Issue: https://github.com/LGUG2Z/komorebi/issues/277 from Oct 2022
> I have received a few reports on Discord from people using this build and above that they haven't seen the error since updating. Hopefully someone in this thread can...
> You can go to the latest Actions job (https://github.com/LGUG2Z/komorebi/actions/runs/5432501944) and download the artifacts, then either replace your current `komorebi` and `komorebic` exes with the ones in the `release` subfolder,...
Ah, nevermind. I already have 0.1.16 installed.  I won't be much help.
This would be super neat! `pyproject.toml` support would be real cool.