Kinichiro Inoguchi

Results 30 comments of Kinichiro Inoguchi

I built your PR for Pl_editor to PDF, is that your structure, right ? ``` 1 Introduction 1.1 Basic layout elements 1.2 Coordinates defintion and reference corners 2 Interface 2.1...

Hi, @transistorgrab Here is my thoughts. I think your PR for "Writing Style" includes 3 topics below. 1. asciidoc conventions especially for KiCad documents 2. Medium dependent sugestions (ex. 12pt,...

Hi, About Unicode topic, I also talked about .adoc file. Translated .po file must contain Unicode multibyte chars. If not, I can't translate to Japanese Kanji ;-) I meant that...

I was thinking of footnote and contents index. A footnote is often used in technical docs, but KiCad docs doesn't use it at this time. PDF and epub have contents...

@nickoe I agree. I would like to add KiCad asciidoc conventions DO NOT USE FOOTNOTE.

Hi, I said all I wanted to suggest in this PR comments space already. So, I'm ok with this. Thanks

Thanks for your comments. I dropped `-Wno-deprecated-declarations` and `-Wno-int-conversion`.

I had built and installed Vala 0.54.1 on my local environment, and set PATH and PKG_CONFIG_PATH to it and tried to build libkkc again. It still shows the warnings `discarded-qualifiers`...

Hi, You can check the stable version on http://www.libressl.org/ as "The latest stable release is x.x.x" . And the rule of stable release transition "Support Schedule" on http://www.libressl.org/releases.html . Currently,...

Hi @JosephNguyenDev , 1st line of error message says can't find `ssl.cnf` . Did you have ssl.cnf in your working directory when you executing Step 3 ?