Steve Mayers

Results 12 issues of Steve Mayers

Express is installing @type/mime for some reason. Then I cannot use this package because I use version 3 and types from version 1. I cannot install the newest @type/mime because...

**Description** Error on select all and paste. **Recording** See steps below. Easy to reproduce in the demo. **Sandbox** **https://www.slatejs.org/examples/paste-html** **Steps** Go to: https://www.slatejs.org/examples/paste-html Copy h1 from https://www.nytimes.com/wirecutter/reviews/best-oven-mitts-and-pot-holders/ Go to editor,...

bug

**Is your feature request related to a problem? Please describe.** I'm always frustrated when there is no clear way to "As a workaround, you can create a symlink to your...

Type: Enhancement
Priority: Low
Status: Available

I have to add this util ``` exports.importEsm = function(file) { return import(file); } ``` Then when I want to use it: ``` const {importEsm} = require( './import-esm.js'); export const...

Reproduce: - Open this page https://davidfig.github.io/pixi-viewport/ in chrome on your android phone - Pinch once (all fine) - Pinch again What happens: - It kind of freaks out in a...

I have a strategy game and I need to be able to see 2 parts of the map at the same time. The map is the same. Do you know...

I'm getting `Error: Cannot find module 'html-webpack-plugin' Require stack:` I'm using in gatsby. Anyone knows why is requiring a module that is not specified in node_modules? ``` Error: Cannot find...

![image](https://user-images.githubusercontent.com/58653359/72205783-e98ebe00-34c1-11ea-82eb-ca4a85925dda.png) Can you tell me how to make it to respect to flex?

I'm getting this error when I check types ![image](https://user-images.githubusercontent.com/58653359/77312087-44ebf080-6d3c-11ea-818a-15bb79343e43.png) To reproduce: ``` import afrom '../a.png?sizes[]=111' ``` I wonder how all other people are using this library without running into this...