Kevin Farrugia

Results 20 issues of Kevin Farrugia

**Package name** react-glider **Alternative to** react-slick **Quality check** - [x] Package has sufficient overlap in functionality to act as a replacement. - [x] Package is actively maintained, and/or stable for...

similar suggestion

**Library Affected**: - workbox-sw - workbox-core **Browser & Platform**: - Firefox 98.0.2 (64-bit) - Reported on OSX and Linux **Issue or Feature Request Description**: The service worker is not installing...

When running ts-migrate on the root of a project, using: ``` npx -p ts-migrate -c "ts-migrate-full ./" ``` I receive the error: ``` [Step 1 of 4] Initializing ts-config for...

bug

When navigating from one route to another using a client-side router (ex: `react-router`), I am receiving a console error ``` Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node...

We are running Storybook v5 which makes use of deprecated plugins, such as @storybook/addon-knobs. It is recommended to update to Storybook v6, remove deprecated dependencies and clean up the storybook...

At the moment, before the Glider is initialised, the items in the `glider-contain` do not appear correct and are shifted as the Glider loads. ![demo](https://user-images.githubusercontent.com/8075326/172488467-733ca741-97d1-4550-88ee-b6720da6f024.gif) The user can choose to:...

bug

`onSlideVisible` and `onSlideHidden` do not fire when `slidesToShow == 1`. It works well when `slidesToShow > 1` **Example** https://codesandbox.io/s/react-glider-demo-forked-cvcqtt?file=/src/App.js

bug
good first issue

- Removed the default BROWSERSLIST_GA_CLIENT_ID (not working well) - Added the `client_secret` as a request parameter when calling Google APIs - Updated README.md documentation

According to official documentation, [Universal Analytics is going to be deprecated and replaced by GA4](https://support.google.com/analytics/answer/11583528) by 1st July 2023. This means that the current solution for browserslist-ga is going to...