Chris Adams

Results 315 comments of Chris Adams

@ebertti Unless you're his boss I don't think you should ask questions in that tone. If you want to help develop a project, perhaps test the outstanding pull request(s) and...

@FlipperPA The main reason I still use devserver is for speed & AJAX: I often want is the query count/time info for API requests. I've been wondering whether it might...

That was a single IP. I get this every time I scan anything so I was wondering it shows up because my continuous monitoring quota is maxed.

Since the 02 draft (~July 2008) the spec has clarified that empty directories cannot be stored: https://tools.ietf.org/html/draft-kunze-bagit-02#section-6 The behaviour you're seeing in bagit-python is probably something we should warn about:...

I think trying to mandate a normalization form would be hard but perhaps there should be a prominent guide for implementors? We could follow with enhancement requests for the known...

@edsu how does the proposed recommendation in https://github.com/loc-rdc/bagitspec/pull/1/ and especially https://github.com/loc-rdc/bagitspec/pull/1/commits/f898aff4ee89c441ee6931f708d942551ad549a4 sound?

The basic fix has worked well in testing but it does risk changing the aspect ratio slightly for applications where that matters. The more advanced step would involve actually adjusting...

@apparentlymart I updated the example and response with a more carefully redacted version. Now it's a single file including the data lookup I was using and the provider versions.

We have a very similar use-case: our AWS account configuration is managed using Terraform. `import` blocks provide a good way to handle our existing accounts but that won't work for...

Having hit this a couple of times last week while migrating from tfsec, there are two things which would have helped save me a couple of CI cycles: 1. If...