Stani

Results 10 comments of Stani

The problem is that the business needs to be able to configure this from a webview. So Django settings are no solution, as settings are supposed to be immutable. Would...

I can't reproduce this with python 3.9.2: ``` >>> flatten_json.unflatten(flatten_json.flatten({'a': '1', 'ab': 2, 'c': {'d': 4} })) {'a': '1', 'ab': 2, 'c': {'d': 4}} ```

It is also a show stopper for me.

It can be: MINMAXX XMINMAX minMaxX xMinMax Capital words are allowed without underscore. I have no preference, so I can change it it whatever @akavel prefers.

In my own go code I also use only capitals for acronyms. Using capitals for constants is a left over from other languages such as Python. I just left capitals...

I also like that gofpdf only depends on the Go standard library. If these new compression packages don't make it to the standard library, perhaps we could define the compression...

I adapted the title as caps and join styles do work for the pdf backend.

gofpdf supports already some clipping: ``` func (f *Fpdf) ClipCircle(x, y, r float64, outline bool) func (f *Fpdf) ClipEllipse(x, y, rx, ry float64, outline bool) func (f *Fpdf) ClipEnd() func...

Maybe if the last commit is more than eg. two years ago, it could decrease their ranking. Take for example draw2d. The number one entry is the deprecated repository for...

Just displaying the last commit date would be already a great help. That could be step one. Later you can decide how it affects rankings. Op 18 jul. 2015 06:46...