Chris Adams
Chris Adams
After uploading the properties file manually, it looks fine: https://www.transifex.com/acdha/bagit-java/translate/#ru/messagebundleproperties/112102491 I suspect what happened before was that it had the URL to the GitHub HTML view of the file rather...
One other thing to consider: we should probably move this to a separate organization once it's out of testing status so it's not anchored to my personal account.
Thinking about this from the perspective of S3, @eikeon and I have talked about doing this on-demand where hitting a non-JP2 image would trigger a Lambda function to convert it,...
Not sure if #1186 shipped in 2.0.165 but if it did, I'm still seeing this for security groups which are assigned to ECS services: ```hcl resource "aws_security_group" "search" { name...
I retested this after #1186 and am seeing it on groups attached to ECS, RDS, VPC Endpoints, and EC2 servers. Some of this may be due to my use of...
> IMO, issue can be closed as working as expected, but the website needs to be refreshed. This behaviour was introduced in #1186 With the regression introduced in #1186, Checkov...
I just ran into this in a scenario where some vendor-provided CloudFormation stacks had been changed and the old and new stack updates were racing each other creating a single-named...
Can you submit a test which fails reliably?
@wesleykendall am I correct in reading https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-search-after.html to mean that you'd basically want to have a cursor-style pagination option? I know that [Solr has implemented that as well](https://lucene.apache.org/solr/guide/6_6/pagination-of-results.html#using-cursors) so I'm...
Based on the documentation, no - what I need is something like: ``` {% spurl base="http://example.com/?foo=bar&foo=baz" remove_query_param_value="foo","bar" %} ``` which produces: ``` http://example.com/?foo=baz ```