Koutaro Mukai

Results 18 issues of Koutaro Mukai

Windows環境において`vivliostyle preview`をCtrl+Cで終了させると、ウィンドウは閉じますが`chrome.exe`のプロセスが残るようです。 ![vivliostyle-cli_issue_202403191653](https://github.com/vivliostyle/vivliostyle-cli/assets/57749636/6f3afce1-7ad5-482d-8148-71c3f073a8d8) ウィンドウを[×]で閉じた場合には残りませんでした。

bug

In certain environments, this will be reproduced by running the installer as usual and launching Pico - Developer PowerShell. Sorry for the Japanese UI, but it says "The expression after...

Fix #139 . `p / n`, namely the cosine of the `angle_extent`, is by definition supposed to be within [-1,1]. However, due to floating-point arithmetic errors, `abs(p / n)` can...

LCSC#[C652779](https://jlcpcb.com/partdetail/AnalogDevices-AD8403ARUZ1/C652779) |Expected|Actual| |---|---| |![image](https://github.com/uPesy/easyeda2kicad.py/assets/57749636/41de3b25-b4e8-43fc-b77a-0df71fd18452)|![image](https://github.com/uPesy/easyeda2kicad.py/assets/57749636/f0651e72-2ec3-4199-95e3-1850b90b8ac0)| The arc seems to be a circle. It looks like a full circle, but it is not closed just a little bit. ![image](https://github.com/uPesy/easyeda2kicad.py/assets/57749636/eeb39181-3122-48ef-991e-8394a9cfc5b0)

Fix #137. Sorry for sending so many comments on the progress. |Expected|Current| This PR| |---|---|---| |![image](https://github.com/uPesy/easyeda2kicad.py/assets/57749636/ecee1f18-7343-49e3-974b-3448b65583c3)|![image](https://github.com/uPesy/easyeda2kicad.py/assets/57749636/d8a798b0-1254-4b7d-89b9-60f2a4f8573c)|![image](https://github.com/uPesy/easyeda2kicad.py/assets/57749636/6e60cb23-99bb-4af8-a123-54fa1060d843)|

LCSC#[C2890035](https://jlcpcb.com/partdetail/OpscoOptoelectronics-SK6805EC15/C2890035) Four lines on the silkscreen are expected, but are reflected in F.Fab. The thickness is incorrect and the vertical line on the left side is not even a line....

#134 This is most noticeable in the last image on previous PR, where each of the polygon paths has "padding" that extends outward from expected. I found that for small...

Starting with MicroPython v1.23.0, the `ussl` module is no longer provided and only the [`ssl` module](https://docs.micropython.org/en/v1.23.0/library/ssl.html) is available (at least on the rp2 port). Therefore, [l.235](https://github.com/vshymanskyy/blynk-library-python/blob/f84633c5124b84eaa4ca2f7085737099969c1423/BlynkLib.py#L235) in BlynkLib.py falls back...

**Is your feature request related to a problem? Please describe.** This request is not addressing an immediate issue, but rather a future enhancement or suggestion. Feel free to close it...

wontfix
feature request

`theme`に指定したディレクトリ名と同名のパッケージがnpmに存在する場合、ローカルのパッケージよりnpmのパッケージが優先されます。以下の例では`css`ディレクトリが無視され[css](https://www.npmjs.com/package/css)がインストールされます。 ``` > vivliostyle --version cli: 8.15.0 core: 2.30.4 $ tree . . ├── css │ ├── package.json │ └── style.css ├── manuscript.md └── vivliostyle.config.js ``` #### vivliostyle.config.js ```js const...

enhancement