Koutaro Mukai
Koutaro Mukai
Windows環境において`vivliostyle preview`をCtrl+Cで終了させると、ウィンドウは閉じますが`chrome.exe`のプロセスが残るようです。  ウィンドウを[×]で閉じた場合には残りませんでした。
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| |---|---| ||| The arc seems to be a circle. It looks like a full circle, but it is not closed just a little bit. 
Fix #137. Sorry for sending so many comments on the progress. |Expected|Current| This PR| |---|---|---| ||||
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...
`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...