Results 54 issues of Daenney

I've tried to tweak the User-Agent a bit to better match my understanding/interpretation of RFC 7231. But in the real world nobody really seems to agree on how these things...

### Question Description I've added a few custom tags to my logger middleware. I'd like to add a bit of colour to those tags when printed, but that should only...

🤔 Question

### Is your feature request related to a problem ? For the purpose of being able to use a separate caching proxy, CDN acceleration and other things together with object...

enhancement
config
storage/media

Looking at the generated JUnit, the `classname` attribute ends up as `//`. So for example it'll be `github.com/jstemmer/go-junit-report/internal/junitreport`. This makes the `classname` rather long and verbose and generally has the...

feature

I have a basic rule that's intended to allow any device with the Linux Foundation ID: ``` allow id equals { 1d6b:* } ``` However, this doesn't seem to allow...

This one is a bit odd, but I'm trying to test if a payload can successfully round-trip from the original JSON, through my type's Unmarshal+Marshal cycle and come back out...

This is kind of a rehash of #137 and #111 and #102. I'm hoping to get some input here (and then maybe provide a documentaiton PR). This appears specific to...

I was taking a look at https://flask-dance.readthedocs.io/en/latest/providers.html#custom and one thing I noticed is that contrary to the built-in providers we don't create a `LocalProxy` there for the session object so...

Looking at a lot of the providers they're very similar in code, options, structure and tests we write. I wonder if we should ship a [Cookiecutter](https://cookiecutter.readthedocs.io/en/latest/) to help generate a...

@singingwolfboy Should we consider specifying some minimum dependencies in `requirements.txt` at this point? Right now there's a fairly wide range of allowed versions, which aren't likely to all work well...