Drew Tate

Results 35 issues of Drew Tate

I have verified that ``` npx github:ember-codemods/es5-getter-ember-codemod es5-getter-ember-codemod app/**/.js ``` does not pick up `.js` files at all levels of the file tree. It seems to act like `app/*/*.js` instead....

## Summary Close https://github.com/elastic/kibana/issues/172388 https://github.com/elastic/kibana/issues/172389 https://github.com/elastic/kibana/issues/172390 ### Library view ### Name conflict ### Tag selector ### Test data Here are two managed tags and an unmanaged tag ``` {"attributes":{"color":"#00FFFF","description":"","name":"My 2nd...

release_note:breaking

**Describe the bug** The `EuiInMemoryTable` assigns the `euiTableRow-isSelectable` class to non-selectable rows. **Impact and severity** The impact is largely felt when writing automated tests. For example, [this routine](https://github.com/elastic/kibana/blob/0f1a6e3/test/functional/services/listing_table.ts#L72) in Kibana's...

feature request
emotion

Could we allow tooltips to be attached to buttons in a button group?

feature request
help wanted

We allow users to see the code used in each storybook example. However, they cannot see what data is actually generated and passed to the example. This would be helpful...

enhancement

**Describe the issue** When `EUI_CHARTS_THEME_DARK` is used as the theme for a heatmap (per [these directions](https://eui.elastic.co/#/elastic-charts/creating-charts)), the labels are very dark. **To Reproduce** [Sandbox](https://codesandbox.io/p/sandbox/bug-repro-attempt-2-forked-g3yfgc) **Expected behaviour** The labels should be...

bug
:heatmap
:theme

With https://github.com/elastic/elastic-charts/pull/2164 we got the ability to pass a locale to our charts. This was accomplished in Kibana with https://github.com/elastic/kibana/pull/168571. However, `locale` is currently an optional property. This increases the...

enhancement
:all

**Is your feature request related to a problem? Please describe.** Horizontal progress bars break alignment across multiple metrics. **Checklist** Delete any items that are not applicable to this feature request....

enhancement
:metric

This is to document that this [react-beautiful-dnd issue](https://github.com/atlassian/react-beautiful-dnd/issues/1593) exists in this library as well. In [Kibana](https://github.com/elastic/kibana), we are currently employing this strategy https://github.com/atlassian/react-beautiful-dnd/issues/1593#issuecomment-592198343 to suppress the messages. Except, since we...

**Kibana version:** 8.14 When a user submits a query and gets an error from Elasticsearch, we try to highlight the relevant bit. But, we often fail and the highlight shows...

bug
impact:low
Feature:ES|QL
Team:ESQL