Ken Snyder

Results 5 issues of Ken Snyder

- New function _getMIMETypeByFilename with an extensive lookup of extensions - Call that function within _getMIMEType before using the fileinfo extension - I realize that this codebase may not be...

gulp `pipe()` requires a function that returns a Stream. `map()` returns a Stream object, not a function. So all I needed to do to get the map-stream example to work...

Currently, any custom handlers for onDragOver and onDrop do not receive the event object. This unobtrusive code change allows developers to access the event object. ## Related Issue Well, take...

When using SSR (e.g. with Remix or Next) lodash.uniqueid will cause a hydration mismatch warning because the server will have different IDs from the client. This PR uses React.useId() which...