Geoffrey Bell

Results 6 issues of Geoffrey Bell

The `slickPrev()` and `slickNext()` functions do not behave as expected if `initialSlide` is set to something other than `0`, and `infinite` is `false`. This behavior is only seen the first...

Using a singleton hook seems like a good solution for our particular need, but is causing some issues with testing. It appears that the singleton hook persists between tests, which...

After version `4.4.3`, we've lost the ability to set the `data-testid` attribute on Drawer.

The `pollInterval` feature is a nice way of periodically retrieving fresh data from the server. In our application, we take advantage of the `refetch()` function to force a refresh of...

core

With the `3.0.0-alpha.0` branch, the following code: ``` function updateClassNode(...) { ... else { // classNode.value.chars = `${classNode.value.chars} ${classNames.join(' ')}`; } ... ``` Breaks this code `` This `else` block...

Given that d3@7 is now an ESM package, is this still necessary if you're using a version of Ember that uses `ember-auto-import`?