estshorter
estshorter
It seems that the terminal is cleared after printing message when using Windows Terminal.  ## How to reproduce ``` sh cargo new practice # platform=atcoder cd practice cargo compete...
Currently, `cargo compete test` exits without message if all tests pass. but, it would be great if the command prints a message like "All test passed" to tell the results...
It would be great if `cargo compete submit` command has option to print submission results in ascending order of date, because descending order is hard to see the latest result...
Currently, `cargo compete open` open pages in ascending order of difficulty (A to F in AtCoder), but I think this should be done in the reverse order. This is because...
If the handler is ignored, releaseConsole() will not exit when there is no keyboard input.
jecon.bstの設定(「カスタマイズのための関数」の設定のみ)を自分好みに変えて使用しているのですが、jecon.bstをバージョンアップする際はdiffツールで差分を見つつ、処理の部分だけ更新せねばならず、手間に感じています。 TeXの仕様的に難しいのかも知れませんが、カスタマイズ設定と処理が分離できると更新が楽になると思いまして本要望を挙げました。 テンプレートファイルと設定ファイルを基にjecon.bstが生成される、というような構成になると嬉しいです。 生成用のプログラムが必要になるかもしれません。例えばこのようなものです→ https://github.com/estshorter/jecon-template
This PR addresses a bug that `_adc_chars` is not released.
# Changelog ## Added - Add `getDateTime()` and `setDateTime()` - Getters and setters accept a reference as a parameter for consistency ## Changed - New member variable `_wire` which is...