dgpb
dgpb
But is this a 'right' way for it to be? It would seem sensible if '--tag-num' only incremented PYTAGNUM.
That's fair. In "Pattern Examples" table it is the only one which is PEP compliant and maintains lexicographic ordering. I would guess it is a widely used one? How is...
Could you provide and example how `NUM` can be used for the purpose I have described in 3? Adding a flag would solve my problems, (Well, apart from the fact...
"A further consideration for the choice of your version_pattern is that it may be processed by tools that do not interpret it as a version number, but treat it just...
Ok, I see now. It is good to know, I should have read it more thoroughly in the first place. Thanks for taking your time. Given this is the case,...
Although, giving it another thought, new part still makes sense, just not as I described, but identical to BUILD. And correct me if I am wrong, but it might be...
This will work for the time being, but I hope new part as I described can stay as a potential for the future. My projects are still at initial stages...
Would it be hard to write such extension for your library myself? Does some sort of standard extension interface exist?
I kinda achieved it nicely using polygons with fill and setting line alpha to 0. Maybe there is no need to actually invent anything from scratch, but instead make an...
Even though things are so under the hood, I found that bokeh is good enough replacement for vector graphic library. To be specific, I model in pixel space, then need...