Gabriel Basilio

Results 44 comments of Gabriel Basilio

> @robertwt7 Hey! I think your issue is that you want the axis of the marker to be positioned `center-bottom`, instead of the default which is `top-left`. We sadly don't...

> Added support of Java 16 + Records in a fork, its based on code shared in this thread. > > https://repo1.maven.org/maven2/io/github/dvgaba/easy-random-core/6.0.1/ @dvgaba Why not open a PR to this...

> > Added support of Java 16 + Records in a fork, its based on code shared in this thread. > > https://repo1.maven.org/maven2/io/github/dvgaba/easy-random-core/6.0.1/ > > @dvgaba Why not open a...

> Great, the project is in maintenance mode. This way I was able to make some changes along with vulnerability fixes in 3rd party libraries. @dvgaba Well in the README...

> I am working on a fix and planning to release a patch version this weekend. > > Draft PR, Will do couple of more tests and release this on...

> Try adding this step: > > ```yaml > - name: Install Chrome Deps > run: | > sudo apt-get update > sudo apt-get install -y ca-certificates fonts-liberation libappindicator3-1 libasound2...

I got same message as @ThRintelen . I also have "Cannot read properties of undefined (reading 'length')"

@wagnermaciel For more info, the error is happening in this line because `node` is `undefined` : ![image](https://user-images.githubusercontent.com/8752823/213886774-6a3ecaba-6cba-423e-93c4-0367b40df0d7.png)

@mgechev @zolakt Please, we need this. Mapping to `null` is a very common case with dropdowns that display an "All" option. The only way right now is to map it...