Results 16 issues of G

In safari (latest v14), a picture element rendered with preact does not properly change its source as the window size changes. It works correctly on Chrome and works correctly in...

upstream

For webpack configs that return arrays, only one of the bundles has a report generated. Throws an EADDRINUSE in server mode, presumably trying to launch both. EDIT: does work correctly...

type: Feature
Type: Discussion

This currently will not autofocus, because there is no document, therefore nowhere to place the cursor: ```js const editor = new Mobiledoc.Editor({ placeholder: 'Write here...', autofocus: true }) ``` This...

enhancement

For example when embedding in a github readme: ```html ``` This cannot load the custom font in the css ```css @import url("https://fonts.googleapis.com/css?family=Inconsolata"); ``` This is a known browser limitation that...

help wanted

- It takes at least the total time of the animation to create the gif (+ gif processing) - Show UI progress - Button colors flicker, box-shadow clipped on some...

enhancement

I know this is specific to web workers, however I think this could be adapted to work for service workers. I was looking to create a separate plugin but the...

enhancement
help wanted
good first issue

Ability to use a string or regex for allowModules. For example, say I have a directory I alias in typescript/webpack/whatever to `@foo`, I want to to allow everything in that...

Makes sure attributes are converted to their proper casing when rendering to string. There was a similar attempt with #55 but it was never completed. Reviving it particularly because Safari...

```js class App extends Component { render() { console.log(this.state) // react: null | preact: {} } } ``` Can PR if you want to mention it.

Simple counter, portal-ing the display elsewhere: http://jsfiddle.net/50gz1mde/2/ Works as expected in Chrome, Safari, Firefox In IE Edge, 11, 10, 9, it seemingly randomly duplicates the the portal content:

bug