Results 433 issues of Thomas Grainger

In your nginx/etc server config can you add: `add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload";` This will prevent TLS downgrades when browsing slimerjs.org

web site

It would be awesome if we could port the .bat or .py to JavaScript so that we can distribute this on npm directly.

see https://github.com/angular/angular.js/commit/6e78fee73258bb0ae36414f9db2e8734273e481b [$injector.loadNewModules(modules)](https://docs.angularjs.org/api/auto/service/$injector#loadNewModules)

all attrs does is remove the leading "_" which is a bit unfortunate ```python import attr @attr.s class Breakfast: __spam = attr.ib() __eggs = attr.ib() @classmethod def create(cls): return cls(Breakfast__spam=1,...

Bug

### Discussed in https://github.com/encode/uvicorn/discussions/1521 Originally posted by **graingert** June 17, 2022 As part of the GELectomy (removing the per thread global eventloop from `asyncio.get_event_loop()` ) asyncio.runners now provides a policy...

help wanted
refactor

### Checklist - [x] There are no similar issues or pull requests for this yet. - [x] I discussed this idea on the [community chat](https://gitter.im/encode/community) and feedback is positive. ###...

fixes https://github.com/encode/uvicorn/issues/1151

some people run uvicorn in threads or as part of their test suite this is a problem for a few reasons: * setting the event loop policy from different threads...