Simon Hartcher
Simon Hartcher
As part of becoming a contributor of this package I have looked around for alternatives to see whether it makes sense to continue maintenance of node-ffmpeg-installer. It seems as though...
Unless I'm mistaken, the ffmpeg binaries need only be available at publish time, and don't need to be ballooning the repository size. For a solution I'm thinking something along the...
I was trying to overlay an SVG image and I got the following error: ``` Decoder (codec svg) not found for input stream #1:0 ``` Would it be possible to...
I'm trying to disable segment anonymous tracking as detailed in the docs here: https://getanalytics.io/plugins/segment/#browser-api However, it seems that `instance.loadPlugin` does not exist as called here: https://github.com/DavidWells/analytics/blob/50152c03d144bd51fbe95e0b44de3cb6764d05b3/packages/analytics-plugin-segment/src/browser.js#L51-L61
### Adds `userHash` option to Intercom configuration Can now configure an Intercom user hash as detailed here: https://www.intercom.com/help/en/articles/183-enable-identity-verification-for-web-and-mobile ### Better TypeScript types for Intercom plugin - Improved the JSDoc for...
I'm loving this package, but the TypeScript types generation is very complicated. Is there a guide on how to contribute types? I understand that the core idea is that the...
I would like to implement a `VideoManipulator` class however the `PerformConversions` job does not support any manipulators other than `ImageManipulator`. Maybe it would work something like this: ```php use Intervention\Image\Image;...
``` SyntaxError: Unexpected token e in JSON at position 1 at JSON.parse() at current(./node_modules/use-persisted-state/dist/use-persisted-state.m.js:1:766) at n(./node_modules/@use-it/event-listener/dist/event-listener.m.js:1:199) at n(./node_modules/@sentry/browser/esm/helpers.js:70:1) ``` See line 12 below: https://github.com/donavon/use-persisted-state/blob/02a847a8a46360cac1ee8f3c5ad3726875667c1e/src/usePersistedState.js#L11-L16 Other modules may use localStorage and...
 It seems regardless of label length, there is a translation of 210 pixels in the positive x direction. It should be dynamic depending on the longest label
Pair highlighting is not functioning correctly now that I'm using alacritty, pywal and neovim. It was working fine before when I was using gnome-terminal.  Cursor is displayed correctly here...