jiro

Results 73 comments of jiro

@arkanoid87 I didn't know that. `nimjson` only handles JSON. So even if YAML becomes a superset of JSON, I probably will not support YAML format. It is preferable to use...

Thank you. Maybe this part? > In drafts 06 and 07 $defs keyword was named definitions, this has changed starting with draft 2019-09. Don’t worry, definitions can still be used...

Certainly other JSON Schema Validators behave that way too. https://www.jsonschemavalidator.net/ ![image](https://github.com/jiro4989/nimjson/assets/13825004/3082c2cf-122d-4178-8910-040533386649) ```json { "type": "object", "properties": { "username": {"$ref": "#/foobar/custom-username"}, "aliases": { "type": "array", "items": {"$ref": "#/foobar/custom-username"} }, "primary_email": {"$ref":...

@vetsin Sorry for the late reply. I merged #45 . And I created a new tag ([v3.3.0](https://github.com/jiro4989/nimjson/releases/tag/v3.3.0)).

`readFrames` is a very simple procedure that just reads streams of dataSubChunk one byte at a time. ([readFrames](https://github.com/jiro4989/wave/blob/d173f6149288365a3e066be952e6fd287d87dbd4/src/wave/waveread.nim#L142-L147)) Please wait while I check the WAVE file specifications.

@3210jr I am late. The cause is not using `bitsPerSample`. My wave library currently processes frames as 8bit data. But your wave file has `bitsPerSample` of 16. In other words,...

ご報告ありがとうございますわ~~💯💯💯 私の方でもおバグ🐛を確認できましたわ...😭 数日中に修正いたしますので、お待ちになってくださいまし❗❗❗

@katayama8000 修正いたしましたわ! 入力が空のときはおボタンを押せないように変更いたしましたわ〜! 試してみてくださいまし! ※ボタンが非活性になっていなかったら画面のリロードや、ブラウザキャッシュの削除を試してみてくださいまし!

I don't have an Arch Linux environment, so I can't test it. Solve the problem yourself. Probably, I think that the JoyPixels font does not support Japanese. > /usr/share/fonts/joypixels/JoyPixels.ttf

You can draw Japanese with these fonts. https://github.com/jiro4989/textimg/blob/80e940a6926266beb65b371b19b9202b7d1028ed/config/config.go#L62-L69