Robert Coup
Robert Coup
> Tho I think averaging the results for transformer.transform would be more useful. Eg: number of features = the number of rounds, iterations = 1. This could be implemented but...
@mitsuhiko any ideas here? Was wondering about a group-with-no-name, or something that adds the group's options/params to each command when CommandCollection is resolving it.
This might be useful for some: **Click CliRunner with PDB working better under pytest** https://gist.github.com/rcoup/2566c92a1c47d66cfb429a6e3cb0cca2
@dblanchette I'm not involved in PyGithub beyond being a user. We're using this in an internal application as well without issues. I think @s-t-e-v-e-n-k & @sfdye are the active contributors.
We've been using https://github.com/jazzband/django-oauth-toolkit/pull/1229: it works well, can be customised/limited per-client/etc. _For example_, we only enable CORS on the `/token/` endpoint, for certain clients, and restricted to a set of...
@dopry I inferred it from redirect_uris, and I also limited it to public clients. I could _imagine_ cases where someone would want explicit origins, but feels like redirect_uris will be...
I guess with empty allowed-origins: CORS doesn't work by default, and it's obvious what's going on. Downsides: More configuration. OAuth is complex enough without people trying to understand Origins vs...
@jhunjhunwala1234 Great! Open a PR when you have something ready.
@king04aman feel free to submit a PR
I've been working on some other stuff recently, but I'll attempt to update this over the holiday period.