Lukas Olson

Results 8 issues of Lukas Olson

I'm trying to use this in a Typescript project, but am having to in an odd way because this library doesn't have type module definitions. Any plans to add this?...

## Summary @jughosta noticed in https://github.com/elastic/kibana/pull/179679#issuecomment-2079492811 that when modifying the response format after we hit a time out, we weren't properly setting the `timed_out` flag to `true` on the entire...

Feature:Search
Feature:Cross Cluster Search
Team:DataDiscovery

## Summary Adds `requiresPageReload: true` to the advanced settings that require a page reload.

Feature:uiSettings
Team:DataDiscovery

## Summary Resolves https://github.com/elastic/kibana/issues/168957. It turns out the underlying issue was resolved in https://github.com/elastic/kibana/pull/170041 (unhandled errors when deleting not being handled). However this still left it up to consumers of...

Feature:Search
release_note:skip
Team:DataDiscovery

**Describe the bug** CodeSandbox here: https://codesandbox.io/s/quirky-fire-cpj3v7?file=/demo.js When the `DataGrid` accepts a `gridStyle` prop, updates to that prop don't cause the data grid to re-render. In the above example, if you...

bug
data grid

**Is your feature request related to a problem? Please describe.** Related feature request in Kibana: https://github.com/elastic/kibana/issues/188066 In `EuiDataGrid`, it isn't currently possible to customize the order of components inside of...

feature request
data grid

**Describe the bug** See https://eui.elastic.co/#/tabular-content/data-grid-schema-columns#control-columns. When you switch the data grid row height to "Auto fit" or "Custom", the check boxes are no longer properly vertically aligned. **Screenshots** https://github.com/user-attachments/assets/bf5433f6-0453-4b61-95e7-9adc041bba53

data grid
help wanted

## Summary Part of https://github.com/elastic/kibana/issues/186139. Moves direct consumers off of the `internal/bsearch` endpoint and onto the `internal/search`. This is in preparation for removing the `internal/bsearch` endpoint entirely. Updates automated tests...

Feature:Search
Team:DataDiscovery