Marco Liberati

Results 90 issues of Marco Liberati

Hi, I've started using LambCI recently and hit an issue with the repo I'm working on. In particular we have a repo with a huge number of files: given [the...

**Describe the feature:** The `case` function signature is a bit of an exception as it has a true polymorphic structure poorly described in the current form: * it requires at...

enhancement
Team:Visualizations
impact:medium
Feature:ES|QL

**Describe the feature:** There are currently 2 ways to define overlapping concepts, which is the type of variadic arguments for a function: * `infiniteParams` which means "can have the current...

enhancement
Team:Visualizations
impact:low
Feature:ES|QL

## Summary The validation test suite now dumps all test cases into a JSON with a flag that tell if the query should fail or not. On top of that...

release_note:fix
Team:Visualizations
Feature:ES|QL
v8.14.0

**Is your feature request related to a problem? Please describe.** While on terms of usability and accessibility the framework is improving, it is becoming challenging to test on these aspects...

feature request
testing
task

**Is your feature request related to a problem? Please describe.** Provide some basic examples on how to test the library with React Testing Library.

enhancement
discuss
:docs

**Is your feature request related to a problem? Please describe.** The type of chart requested is typically used for request tracing and it is already possible to see a form...

enhancement
:new chart type

**Describe the issue** When enabling the `custom tooltip details` without enabling the `custom tooltip` knob the page crashes: ![custom_tooltip_knob_crash](https://github.com/elastic/elastic-charts/assets/924948/44fe3498-7861-4058-bd7a-20c2836ce8b2) **Errors in browser console** `Objects are not valid as a React...

bug
:docs

**Is your feature request related to a problem? Please describe.** Dealing with horizontal offset in horizontal bar charts can be challenging with different value label box sizes: a single `offsetX`...

enhancement
:xy

When the `JS` option is enabled (always by default) a script tag is appended in the DOM (as for this line [here](https://github.com/lingz/alphabetical_paginate/blob/master/lib/alphabetical_paginate/view_helpers.rb#L7)). This behavior raises two different issues: - having...