Yanus Poluektovich

Results 9 issues of Yanus Poluektovich

**Version** `0.3.2`, and the same code is still present in `master` at time of writing this. **Platform** Linux nbarch2 5.15.4-arch1-1 #1 SMP PREEMPT Sun, 21 Nov 2021 21:34:33 +0000 x86_64...

bug

Feature request: in failure_derive, add an option to `fail` attribute that would automatically generate a Debug implementation that is identical to (or, perhaps more appropriately, delegating to) the Display implementation...

I'm trying to check that a bunch of types (actually types of a function's parameters) are all the same struct with some generic bound. E. g., `function(a: ByRef, b: ByRef)`...

Hi! Just letting you know that I packaged `estuary 0.1.1` for AUR: https://aur.archlinux.org/packages/estuary. Perhaps a mention could be added to the README?

https://github.com/AntonGepting/tmux-interface-rs/blob/aab389358dc1b1f936ed58f040ab3b38c71e8f91/src/options/session_options.rs#L1307 Otherwise it doesn't work. Tested on tmux 3.2a.

bug

As of 1.0.1, TypeElementImpl considers type parameters to be "enclosed elements" that are to be returned by the getEnclosedElement() method. But the implementation used by javac (I tested openjdk and...

After seeing `envious` in TWIR's "crate of the week" segment, I immediately thought of another, very similarly named library that does "the same thing" and that I've been using for...

documentation
help wanted
good first issue

I'm opening this issue as a place to have a discussion about what other features (besides those listed in README) would be welcome in this library. Things that came to...

This patch adds more sophisticated handling for Java projects, enabling one to use APT not only in 'compileJava' tasks, but all tasks of type 'JavaCompile'. Important notes: - The default...