Adopting the black Python code style

2020-10-12 Thread Ricky Stewart
Hello everyone, If you don't write Python code in mozilla-central, you can stop reading now. On October 19, 2020 we will be officially adopting the black Python style for all our Python code in mozilla-central. black (https://black.readthedocs.io/en/stable/) is an opinionated, fast, and correc

Re: Adopting the black Python code style

2020-10-12 Thread Andrew McCreight
On Mon, Oct 12, 2020 at 10:05 AM Ricky Stewart wrote: > Hello everyone, > > If you don't write Python code in mozilla-central, you can stop reading > now. > > On October 19, 2020 we will be officially adopting the black Python style > for all our Python code in mozilla-central. > > black (https:/

Re: Intent to ship: CSS conic-gradient

2020-10-12 Thread Sean Voisen
On Fri, Oct 9, 2020 at 12:13 PM Tim Nguyen wrote: > Summary: CSS conic-gradients allow developers to specify gradients that > start from a certain angle where color stops are placed around the > circumference of a circle centered around a specified point. > > Thanks to my friend Mohamed's work on