Katsuma Ito

Results 10 comments of Katsuma Ito

@matthutchinson Thank you! I hesitated because I don't have a windows machine.

Same here, I see a log output below: ``` [@vitejs/plugin-react] You should stop using "vite:react-jsx" since this plugin conflicts with it. ``` UPDATE: @hummal If you are doing `mergeConfig` with...

In my environment, the same problem occurs because the server does not return a `Content-Length` header. rel: https://github.com/nodejs/undici/issues/1414

It seems latest code cannot start server until update this dependency because of werkzeug's major update. (or pin `werkzeug==2.3.7`)

Update: By changing the body text font and form font, this error no longer occurs but filled form texts are garbled.

Thank you! - PDF: [ipaexmincho_onlyoffice.pdf](https://github.com/pdfcpu/pdfcpu/files/13998392/ipaexmincho_onlyoffice.pdf) - Font: https://moji.or.jp/ipafont/ipaex00401/ (please download `ipaexm00401.zip(5.3MB)`) - Please note I changed embedded font because of size limitation of github. ( `IPAmjMincho` -> `IPAexMincho`) and [a...

https://github.com/goreleaser/goreleaser-cross-example is a complete example that uses Docker images and does cross-compilation on GitHub Actions :smile: .

The `buf.yaml` configuration allows for the exclusion of specific proto files. https://buf.build/docs/configuration/v1/buf-yaml#use-1

This is `rehypeStringify` behavior. You can replace the tree before passing to `unified()` process. As a side node, my solution was replacing it with ``: ```ts function convertVerticalTabToBr(node: RootContent): void...