Paul Canning
Paul Canning
@jpmonette I've just installed this package and spotted this straight away. Can this please be addressed? `id` isn't even a valid optional top level element.
This should not be added to the RSS2 spec, as by definition, it is not in the RSS2 spec (https://validator.w3.org/feed/docs/rss2.html)
Ths package leverages https://github.com/nashwaan/xml-js to generate the XML, so you'd need to start there.
I tried with `--limit 100` but the debug info still says 30 ``` gren changelog -o -D prs --limit 100 -B Options: Tags: empty Prefix: empty Template: [object Object] Prerelease:...
Limit _does_ work, for numbers
Well, thats a bit daft isn't it. And not mentioned in the documentation 🙄
What are the alternatives to httpie that can run a .http file? It's been 5 years, and it looks like this project is dead in the water?
@robblovell I assume this is in the Cloudformation JSON/YML config? As you cannot use % symbols in the AWS Console. I have defined my query param as: ``` parameters: -...
> @paul-uz Thanks this solved my issue. https://github.com/api-platform/api-platform/issues/2150#issuecomment-1474062212 The only problem is, it's not really interpreted properly by AWS. And you cannot use square brackets to set a query param...
@hanna-becker we see the same issue. Certainly seems like `limit` is taking priority over the `filter`. I suspect the underlying database operates like DynamoDB in how it handles these things....