Mathieu Derelle

Results 30 issues of Mathieu Derelle

I can not use your package because I need to customise the API request `source` as a `Function` could return a `Promise` resolving to the results then this package would...

would be cool to be able to use slots to construct tooltip when using `tooltip.useHTML == true` with the parameters of https://api.highcharts.com/class-reference/Highcharts#.TooltipFormatterCallbackFunction passed like so ```vue ${instance.x} : ● ${data.series.name}...

enhancement

preferably show den numbers from serebii

Concept

I don't know why but this simple example https://jsfiddle.net/kc5ao03n/ does not work in firefox (61.0 (64 bits)) But the example https://jsfiddle.net/fuz987r5/3/ from the issue #50 does. Any idea of what's...

I've just tried your lib (version `6.10.1`) and this warning in showing up in console It's present on your demo page too https://worka.github.io/vanilla-js-wheel-zoom/demo-image.html ``` [Violation] Added non-passive event listener to...

I've seen you have a `index.d.ts` which, to me, means that your library supports types for TS. when using ``` import WZoom from 'vanilla-js-wheel-zoom' const wzoom = WZoom.create(img, { maxScale:...

we have started seeing errors while releasing a gem (last successful push on `2020-11-03`, first failed push on `2020-11-05`) ``` ➜ my-gem git:(88f096d) bundle exec rake release my-gem 0.16.7 built...

is there a method to get all the errors in an array ? (even if they are nested) when validating a hash for instance : ``` required do hash :params...

lets use this example : ``` optional do array :tags, class: String hash :prefs do boolean :smoking boolean :view end end ``` I'd like to use custom validation on :smoking...