Results 54 comments of James

In `Developer Powershell for VS` I get 🚫 ``` cd %AppData% cd : Cannot find path 'C:\Users\idiosapps\%AppData%' because it does not exist. At line:1 char:1 ``` In git terminal with...

https://github.com/com-lihaoyi/mill/pull/1954 as example in a live public repo that uses scala-steward

Is there anything I could help with here? I had a dig and I can't figure out why this update didn't update, even though there's [9 new verisons](https://mvnrepository.com/artifact/org.scalameta/scalafmt-dynamic) of scalafmt-dynamic...

Maybe it's a problem with the public runer - more info [here](https://github.com/com-lihaoyi/mainargs/pull/22#issuecomment-1189320130)?

> Can the reproducible repo be provided? See https://github.com/scala-steward-org/scala-steward/issues/2664#issuecomment-1180131005 ([mill#1954](https://github.com/com-lihaoyi/mill/pull/1954)) for an example. - https://mvnrepository.com/artifact/org.scalameta/scalafmt-dynamic 3.4.3 -> 3.5.8. All versions between support Scala 2.12/2.13. - 3.4.3 is from Feb 2022...

@exoego I think from all of the above, the only valid cases of Scala Steward missing updates are: - scalafmt-dynamic - bloop-config - raised a [pr to mill](https://github.com/com-lihaoyi/mill/pull/1980) to update...

The problem was with dependency configuration, not Scala Steward itself. Steward could not find a heuristic to do an upgrade with the dependencies we gave it. If anyone finds themselves...

Just seen https://github.com/h-enk/doks-gh-pages so I realise the github action for pushing to gh-pages branch should use npm, not hugo. However, the above example repo has a layouts folder with shortcodes....

I don't have the time to check for now, but I think I was using the Hugo documentations GHA example at first - which used Hugo commands I think I...

- Current zio.dev footer has `Copyright © 2022 ZIO Maintainers - Built with [Docusaurus v2](https://v2.docusaurus.io/)`, so I guess this ticket can be actioned now. - I was looking for how...