David Cramer
David Cramer
I'd feel much more comfortable merging this in if it had proper tests to go along with it. I haven't actually used the project in a while, so simple code...
I dont think we exposed a way to configure it via the CLI, but you can update the database row to store domains vs domain
You cannot configure these kinds of things via the python config. They're all at the database level and configured per-organization (which in self-hosted is usually a single org).
No - the domain is not at all related to the name of the org. When you attach an SSO account it is linked to your Google domain. We then...
offline conversation around this was how noisy things like custom scripts are when you're fucking around from a terminal +1
Ah that's why I never noticed it before. Going to hit up the pip guys to see if this is a bug, but ill update the readme.
I suppose it may be specific to my use cases, but it's designed so that if you are using some kind vote system where once it hits like a "+4",...
Very interesting. I've been looking into different ways to allow anonymous + registered votes, but have anonymous be much less meaningful.
When I get time (unless someone beats me to it), I will be integrating (most likely) IMDBs algorithm for weighting, and it will replace my current half-ass solution :)
https://github.com/chaijs/check-error/issues/51 I wouldnt call this a repro, but I hit this as well: https://github.com/dcramer/peated/pull/153/files One thing I want to note is I'm not using the referenced library, as my tests...