Ryo Yamashita

Results 50 issues of Ryo Yamashita

[Gitter](https://gitter.im/tanakh/cargo-atcoder)で@pizzacat83さんが言っていたやつです。readmeの > `problem-id`は、URLの末尾に含まれるものを指定します という記述は今は正しくありません。

Fixes the CI by removing our hand-made `input!`. After all this time, I think it was not necessary.

- Bumps [actions/checkout](https://github.com/actions/checkout) to v3. - Stops using actions-rs. actions-rs has been unmaintained for almost three years, and is going to stop working. Instead of actions-rs/toolchain, uses [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain). It is...

Makes `Zero` and `One` extensional traits for `Sum` and `Product`, respectively. As I said in rust-jp.slack.com 3 years ago IIRC, we might as well regard the "zero value" and "one...

For example: `https://atcoder.jp/contests/abc188/abc188_a`.

bug

https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md#v0112

enhancement

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If not, use GitHub Community forum to ask questions about Actions in a whole:...

bug

jaブランチにマージするときに忘れないように書いておきます。 cargo-generateはCargo.tomlをTOMLとしてパースせずに[liquid](https://crates.io/crates/liquid)でテンプレートを展開します。なので ```toml [package] name = "{{project-name}}" ``` とする必要がありますが当然packageとして壊れることになります。 あとcargo-generate.tomlの指定も効いてないっぽいです。 (ディレクトリではなくきちんとワイルドカードで指定する必要がある)

- OS: Linux (Arch LInux) - Toolchain: `stable-x86_64-unknown-linux-gnu` (1.42.0) - rust-analyzer: https://github.com/rust-analyzer/rust-analyzer/commit/779555c1beac90f633c01a773558c4007c99c97f `unresolved import` errors show up for: 1. File paths whose extensions are not `rs` 2. Absolute file paths...

S-actionable

_This is a feature request._ (I'm also ready to create a PR) Enable adding attributes to items like [cbindgen's annotation](https://github.com/mozilla/cbindgen/blob/3ed9434f097b3a05b4ed6eedf80877d5d4b9ace9/docs.md#annotations). I come up with three ways to write annotations: 1....