Jay Greenberg

Results 21 issues of Jay Greenberg

Is it possible to add labels on edges?

I would like to be able to reposition / drag the vertices only while on the highest zoom level. Is that possible?

Feature Request: Please support drag&drop reordering of columns in EuiDataGrid

feature request
data grid
help wanted

Not sure if this is already possible, but it doesn't seem so. Given the String: `Hello:1 Hello:2 Hello:3`, In Perl, you could do: `/Hello:(\d+)/g` , with the Global modifier (`/g`),...

The [`-k` option](https://github.com/hallidave/ruby-snmp/blob/master/lib/snmp/mib.rb#L75) is only available in `libsmi-0.4.6` , and should be noted somewhere as a requirement.

A [a non utf-8 file with BOM](https://github.com/logstash-plugins/logstash-input-file/files/800150/BOM.txt) cannot be read by Logstash file input. Results in garbled characters: ``` "message" => "\u0000 \u0000 \u0000 \u0000 \u0000\"\u0000T\u0000i\u0000m\u0000e\u0000z\u0000o\u0000n\u0000e\u0000\"\u0000:\u0000 \u0000 \u0000\"\u0000A\u0000m\u0000e\u0000r\u0000i\u0000c\u0000a\u0000/\u0000N\u0000e\u0000w\u0000_\u0000Y\u0000o\u0000r\u0000k\u0000\"\u0000,\u0000", ``` Whereas...

It would be convenient if the current input file size were included in the event as metadata, along with the file name. Also of interest would be the current read...

- Version: LS 5.1.1 - Operating System: RHEL 7.3 - Steps to Reproduce: 1) Create this file `/etc/logrotate.d/test`: ``` rotate 4 /var/log/test { missingok size 1k notifempty sharedscripts } ```...

A query bar filter like this: ``` { type: 'field_value_selection', field: 'type', name: 'Type', multiSelect: 'and', cache: 10000, options }, ``` Generates query bar language like this: ``` type:elasticsearch type:logstash...

bug

It is possible to supply a custom `options.fieldValuesToQuery` to `Query.toESQuery`, however much of the types required to work with that function are not exported from `@elastic/eui`: Specifically, ``` import {...