Barosl Lee
Barosl Lee
Ah, nice catch! That seems to be a limitation of TOML. As a workaround, you can use a different section name. Actually, the section names are meant to allow the...
I think it is still a slight shortcoming, as it means you cannot use dots in the displayed names. This may not be a big issue in practice, but still.
That sounds great! Looking at the [official implementation list](https://github.com/toml-lang/toml#implementations), the current parser that Homu is using ([toml](https://github.com/uiri/toml)) does not support v0.4.0, but someone started an alternative implementation ([pytoml](https://github.com/avakar/pytoml)) a few...
Oh, right... GitHub sometimes lags, and the GitHub API isn't completely synchronous, therefore such bad thing can happen, especially when GitHub is under high load. Hmm, I'm not sure what...
The partial patch to log the very first failure message (not any following exception messages) has landed with #6. This issue is now to track the solution to change the...
Another occurrence reported today: https://github.com/rust-lang/cargo/pull/1724#issuecomment-114692680