Jan Mrázek

Results 376 comments of Jan Mrázek

Having non-writable locations for Python user installation is probably worth discussing with Mint package managers - whether it was an intention or a bug.

The fact that substrates added via `addSubstrate` is actually correct. The partition line should be computed only between boards and it takes into account only board substrates. When attaching rails...

A substrate is a piece of PCB in the context of KiKit. The substrate is represented by the `Substrate` class (which is just a thin wrapper around Shapely polygons adding...

Thanks for the feedback, I really appreciate it. Indeed, we have a naming ambiguity. I tried to address it somewhat in the documentation. I plan to refactor it and add...

Hi, I can arrange that with the upcoming v1 release. I cannot promise you any deadline, though. If you would like to speed this up, you can submit a PR.

Just a note: the only place where mistune is used is in the populate functionality located in https://github.com/yaqwsx/PcbDraw/blob/master/pcbdraw/populate.py What we do is we add a new tag into the markdown...

I merged the PR. I will take a week or two for final testing, and then I will release version 1.0.0 of PcbDraw.

v1 was released, closing.

Is this bug going to be fixed soon? It stops me from using this library in my project.

Here it is: ``` #include #include #include #include int main() { redox::Redox connection; if(!connection.connect("localhost")) { std::cout