Herz3h

Results 48 comments of Herz3h

Any way to get this merged @willdurand ?

I kind of manage to avoid the overlap by using: ``` datalabels: { anchor: 'end', align: 'end', offset: 10 } ``` But then the labels are drawn hidden outside the...

Will post screenshot tomorrow since I'm not at work anymore, however I started looking into code, and it seems to be the normal behavior https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/client/store.js#L97 as it only looks in...

Here is an example: _Unrelated: Is it normal that I have to restart `gulp watch` every time I make a change to a file in `client/` ?

Apparently this an imap extension that allows the client to specify SPECIAL-USE, this could be very helpful https://datatracker.ietf.org/doc/html/rfc6154

Same problem here, whats the fix ? **Edit**: I don't have this error message with 1.0.0 version, but i don't have any overlay either with an error. And no specific...

Same issue here with v15.9.1 and latest webpack v4. Using `devtool: 'none'` keeps the state on hot reload though but this has the downside of not having any sourcemap.... **Edit**:...

@sodatea is this an issue that can be solved in vue-loader or it has to be fixed in the sfc/parser (as linked above) ? I tried to look into vue-loader...

Would be nice to have this implemented, I think it's a common use case to search, select, search again

I have this problem aswell (using only gulp-babel along with gulp-sourcemaps), and the generated sourcemaps open properly in the browser, however they are desynced with original code. I'm using @babel/plugin-transform-async-to-generator...