Koutaro Mukai

Results 23 comments of Koutaro Mukai

I was able to set this up with Debian (Apache+mod_mono), and I'm reporting it briefly. But basically, just follow the instructions given in the wiki. First, I had to install...

Do you have any plans to make it work on other boards? I've made a [minimum example](https://github.com/u1F992/raspi-pico-plog) of using plog on Raspberry Pi Pico. Almost everything works fine, but note...

Okay, I understand. Don't know much about it, it seems like a good idea to me to define an Appender that takes Stream type reference to write log in various...

Thanks. I'll create a pull request & take a look at the issue later.

I am experiencing the same issue. Can I help with anything? Please let me know if there's anything additional I should test. Version Info ``` バージョン: 1.89.1 (user setup) コミット:...

@ghollingworth ~~No modifications have been made since this issue was opened, and `$env:COMSPEC` is still being used.~~ https://github.com/raspberrypi/pico-setup-windows/blob/e412aa4ca5ae329e73f65856eb5e55b57eb47306/packages/pico-setup-windows/pico-env.ps1#L6 ~~Could you please explain why this issue was closed as completed?~~ Sorry,...

In [this line](https://github.com/uPesy/easyeda2kicad.py/blob/b477d9d4dfdb9a030a284a0644cd594b9a02cef0/easyeda2kicad/kicad/export_kicad_footprint.py#L427-L437) `extent` is -359, but the correct value is about -180. The `compute_arc` calculation is suspect.

According to the [reference](https://docs.easyeda.com/en/DocumentFormat/3-EasyEDA-PCB-File-Format/index.html#RECT), `cad_data['packageDetail']['dataStr']['shape'][20]: 'RECT~3996.398~2994.016~7.087~7.087~3~gge1443~0~0.5~none~~~'` should be converted to: ``` { x: 3996.398, y: 2994.016, width: 7.087, height: 7.087, layer id: 3, id: gge1443, ?: 0, ?: 0.5, ?:...

Ah! It was simple: I forgot to add convert_to_mm for EeFootprintRectangle.stroke_width.

One inelegant idea is to check if the anchor pad's circle is encapsulated within the polygon. If it is not, move the anchor pad so that it is encapsulated within...