Jeffrey Hulten
Jeffrey Hulten
The bit I hit just now, @mitchellh, is the difference between %HOME% and %USERPROFILE% on windows. AWS appears to specifically use %USERPROFILE% which is fine in most cases, but if...
Probably would be a breaking change for a lot of people, but the ability to provide lookup order instead of it being hardcoded would be a plus.
Still getting my feet wet in this space. Does a query string count?
So as an example, https://github.com/w3c/activitystreams/blob/master/test/core-ex22-jsonld.json The document does not contain an `@id` and the format contains no information about the type of ordering applied. If cached, is the source URL...
So is this "necessary, but insufficient" as designed? The lack of source context, order key, and order direction means that a consuming service must know engineer intent and opens the...
So the difference from a consumer perspective between "Collection" and "OrderedCollection" is that the consumer should not alter the order themselves. The "transport" specification then is responsible for deciding if...
:+1: I would like to be able to provide this in our CI pipelines as well as allowing developers to include it in their IDE.
We have some in VSCode, VS, Atom, and Sublime with a couple of JetBrains products in the mix. Your image is great, but it will be easier to get through...
Holding to the EOL dates, would you drop for 3.5 and before as well? https://endoflife.date/python
`git-chglog` depends on their being tags in your repo identifying releases. If you run `git tag` do you get anything back? If not, you have no tags to generate a...