Aleksandr Dubinsky

Results 50 issues of Aleksandr Dubinsky

It would be fantastic if this plugin would also process markdown in javadoc comments when they're displayed in tool-tips and code completion. This would fill in the missing functionality of...

Feature Request
Pull Request Welcome

It would be nice if netlib-java exposed NIO interfaces to its routines. Direct ByteBuffers (and FloatBuffer, DoubleBuffer, etc) have the following neat features: - zero-copy between Java and native code,...

List of events needs to be sorted by timestamp before sending to CloudWatch. Base class AppenderBase already uses synchronized methods, so it's not a problem to make other methods synchronized....

I encountered the prompt "We seem to be looping a lot." Not only is this prompt unclear *and* undocumented, but, having looked at the code, I believe there is something...

bug
restore

Thank you for hosting this repo. It's become invaluable. However, I noticed that all of the `.sig` files are either corrupt or in a different format. They differ from the...

I wanted to add functionality for controlling which labels/annotations are copied, but ended up with something closer to a rewrite. I'm just putting this out here, but obviously there may...

This may be a bit of a daydream, but I'd love for Tilix to not just be a terminal manager, but a window manager. Tiling window managers are gaining popularity,...

I was reading a colleague's code and came across a surprising (to me) piece of code involving `jedis.subscribe.` "Ok," I though, "Let me look at the javadoc of this method...

documentation

Java-OO should be available on Maven Central in a similar way to lombok. Just adding the main dependency will work transparently.