Dan Onoshko

Results 176 comments of Dan Onoshko

@DOrlov77 Hi! All Chrome-based browsers are detected as Chrome.

@DOrlov77 currently browserslist-useragent-regexp is more like "engine-list", to work with/detect engine web-platform features.

@DOrlov77 "to detect engine web-platform features", example: [bdsl-webpack-plugin](https://github.com/TrigenSoftware/bdsl-webpack-plugin) I see more and more issues with vendor detection (not engine), so I think to add new flag to toggle vendor/engine mode...

@ajbeaven Hi! Can you please provide user agent of Microsoft Edge on Android ?

@ajbeaven Hi. You can try [v4.0.0-beta.0](https://github.com/browserslist/browserslist-useragent-regexp/releases/tag/v4.0.0-beta.0), but anyway, browserslist does provide info about Edge Desktop, not Android, so regex for Edge will match only desktop useragents.

@Michael-1 @elliottregan Hi! Can you provide example for reproduction ?

@elliottregan @Michael-1 fixed in [v2.1.1](https://github.com/browserslist/browserslist-useragent-regexp/releases/tag/v2.1.1)

@ajaykamal Hi. Thank you for the issue report. Canvg is using [typescript@3](https://github.com/canvg/canvg/blob/master/package.json#L104), try to upgrade your typescript version.

@danilrez Hi. Please try [v4.0.1](https://github.com/canvg/canvg/releases/tag/v4.0.1)

@gabelerner Is it relevant problem for v3? For example, now we have `render` method: https://github.com/canvg/canvg/blob/master/src/Canvg.ts#L154