Sébastien Loix

Results 10 issues of Sébastien Loix

When launching test with PhantomJS it breaks with the following message: (SystemJS) Expected an identifier but found 'resolvedUrl' Changing "let" with "var" fixes the bug.

Hello to all of you using gstore-node! I'd like to ask you something... What do you think could be done better to make gstore-node more visible/used by Node.js developers that...

question

I found an issue with the sorting behaviour of the InMemoryTable. It does not update the `prevProps` object on the state (`getDerivedStateFromProps()`) whenever the `sorting` prop changes (here https://github.com/elastic/eui/blob/main/src/components/basic_table/in_memory_table.tsx#L320) Because...

bug

As part of the work the improve UX for the `` in Kibana (the page rendering the list of dashboards, visualisations, maps) we want to be able to render a...

feature request

As part of the work the improve UX for the in Kibana (the page rendering the list of dashboards, visualisations, maps) we want to render a "selection info" bar on...

feature request

As part of the work the improve UX for the `` in Kibana (the page rendering the list of dashboards, visualisations, maps) we want to be able to render a...

feature request

The documentation of the `` `onChange` prop says ``` Called whenever pagination or sorting changes (this property is required when either pagination or sorting is configured). ``` But the implementation...

documentation

This PR solves a small layout bug when instantiating the bricks. If the bricks have a dom height with decimal value (e.g. `512.35`), `element.clientHeight` returns a rounded value for the...

While working on the new UX for the `` in Kibana I need to be able to control the search bar query term. The `` allows us to pass the...

feature request

If someone is interested I have made a little change in getResultImageDataURI function to not scale UP the cropped image. It is possible then to set "result-image-size = 800" and...