Chris Earle

Results 14 issues of Chris Earle

When using an `EuiComboBox`, with `onSearchChange`, after a user selects an option, then it will trigger a search with a blank string (`''`): https://github.com/elastic/eui/blob/bc24f11a13980e61300e27ed4f733018ce50fee5/src/components/combo_box/combo_box.tsx#L690-L694 https://github.com/elastic/eui/blob/bc24f11a13980e61300e27ed4f733018ce50fee5/src/components/combo_box/combo_box.tsx#L423-L425 This is unexpected and it...

This forces any environment variables to be sent to GCF as strings, even if the value was supplied as a non-string (e.g., number). This is necessary because GCF throws an...

After updating to 2.1.0 for environment variable support, I ran into an unexpected issue where an environment variable, which is an integer, was rejected by GCF and thus prevented deployment...

help wanted

``` ruby input { file { path => [ "C:/path/to/file.txt" ] } } output { stdout { codec => rubydebug } } ``` The input will silently fail and not...

bug

I got some feedback on a particularly wide usage of data grid where some people would like to lock some columns so that when they are forced to horizontally scroll,...

data grid

https://discuss.elastic.co/t/kibana-6-2-3-6-2-4-error-invalid-dimensions-for-plot-width-473-height-0/129140/4?u=pickypg After the user installed Kibana via the puppet module, they ran into weird permissions issues until they reinstalled it: ``` FATAL { Error: EACCES: permission denied, open '/usr/share/kibana/optimize/bundles/ml.style.css' at...

bug

The idea would be to add a few simple math mutate functions to avoid the use of Ruby filters for the simplest scenarios. Note the `|| 0` there to avoid...

**What package is covered by this investigations?** A private package under the `@elastic` scope and `@elastic/elasticsearch`, the Elasticsearch Javascript library. - `@elastic/x` private package is published to GitHub's npm package...

case study

_[EUI team note: the original filed issue had a valid workaround, but in the process we discovered a Typescript issue that could use resolution.]_ ## Problem Typescript issue: The [`renderOptions`...

bug
typescript
help wanted

While integrating an EUI with React Router 5.1, I noticed that opening `EuiCard`-based links (by clicking the card itself) in new tabs resulted in the current tab also navigating to...

bug