Andy Elliott

Results 14 issues of Andy Elliott

As per title, are there any plans to support Java 9 module system?

I'm wondering if it is possible to reload the logtrail configuration at runtime without a kibana restart? Ideally, I want to store config in es and be able to modify...

I want to be able to run websocat and redirect incoming messages to `/dev/null`, however when doing this I get an error from websocat, e.g. ``` $> echo 'something' |...

I'm wondering if there are any plans to support OAuth 2.0 device authorization grant ([rfc8628](https://datatracker.ietf.org/doc/html/rfc8628)), if this isn't already on the roadmap can it be added please?

unscheduled
feature request
waiting-4-pr

Add a java -D option for setting noop true/false to command line.

```shell $ flutter --version Flutter 2.8.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision cf44000065 (9 days ago) • 2021-12-08 14:06:50 -0800 Engine • revision 40a99c5951 Tools • Dart 2.15.0...

I was wondering if there was a reason that the null value mapping strategies were not added to the Options class in order to override the built-in defaults? If there...

feature
up-for-grabs

Erroneous `Unmapped target property` compilation error when private collection field has a `get` method but no `set` method. Versions: Java 11, Mapstruct 1.5.2-Final. Given the following classes: ```java public class...

Sorry, I don't have a hashnode account and don't particularly want to create one so thought I'd ask here. It's just a really simple question, what does the `abs` in...

post question

Just wondering if there is any appetite for adding pagination support? E.g. configure things to use PagedResources instead of Resources and also to add some additional methods to follow first,...