Yanus Poluektovich

Results 9 comments of Yanus Poluektovich

To increase the web's connectivity: - relevant discussion in the tracking issue for `Termination`: https://github.com/rust-lang/rust/issues/43301#issuecomment-388575730 - mentions [exitfailure](https://docs.rs/exitfailure) crate

After migrating to this new mechanism, I can say that it needs some documentation for discoverability :) (Update: I found the documentation! It's in the Rust docs on the module...

In fact, I thought about it some more, and made the second commit which gets rid of project.afterEvaluate completely for Java projects. Now the configuration application task is available to...

Example 1: https://github.com/ypoluektovich/msyu-logging/blob/master/example/build.gradle Line 3 is for where I keep my build of this PR, line 4 is to make commons-lang available on APT classpath (you can also use mavenCentral()...

`hours_wasted_here += 1;` I'd like to suggest: - at the very least, documenting this behavior; - if possible, suggesting an official replacement; - ideally, making a plan to replace `simplex`...

Well, it has been fine until the recent update of the server. If JUI isn't maintained anymore, maybe there should be a warning in its readme?

> u mean like the one that already exists? 1) I mean on the JUI's page, not here. 2) Apparently now JUI can't even be called functional, so this page...

Delved into the code a bit deeper and spotted this: #1627. If I'm reading it correctly, it replaced `DownloadChapter` (which used to have the fields `manga` and `chapter`, filled with...