Jeremy Gustie
Jeremy Gustie
Also, because it always comes up eventually, how to handle space: `pkg:example/foo%20bar@1%20GA?foo=bar+gus` `pkg:example/foo%20bar@1%20GA?foo=bar%20gus`
I'll defer to avoid any contributor issues and to keep the language/voice consistent ;) I would suggest leaving "-" out of the algorithm production though: like I said [there are...
+1 on resolving the ambiguity; it took me a while to realize `Path` is an `Iterable` and a `Comparable`.
[For example](https://gist.github.com/jgustie/b8d1888a35277f048fcc1d6538b52107)
It definitely helps make workflow definitions platform agnostic. For example, it would allow all three platform specific [cache action examples](https://github.com/actions/cache/blob/6bbe742add91b3db4abf110e742a967ec789958f/examples.md#go---modules) to be replaced with a single more robust example: ```...