Alessandro Sebastiani
Alessandro Sebastiani
## Description Since Elasticsearch 7.x is not possible to search by index type mostly due to [this](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html). We should then treat `_type` field not as a special field. ## Checklist...
**Is your feature request related to a problem? Please describe.** As discussed in #365, see the excerpt below: > Suboptimal solution proposed As discussed with @alranel @biancini, it might be...
I would use design-react-kit component as much as we can, in this way we will get all the benefits in term of accessibility and style from the kit itself _Originally...
Hello, I got a strange behavior using even the example code: ```js var http = require('http') var auth = require('basic-auth') // Create server var server = http.createServer(function (req, res) {...
**Describe the bug** I would like to change an Icon when a local boolean state changes. The whole component seems rerender correctly but the icon refuses to change **To Reproduce**...
When dealing with custom project/code management tools such as Gerrit, Redmine and so on we need to get which is the right approach along whether they should be supported or...
As of now fetch is not catched and response is not checked before move on. This is dangerous.
My need is a date range filter, Is there a way to have it in column? I found [yadcf](https://github.com/vedmack/yadcf) but I think there might be a server side code who...