Clément Le Biez
Clément Le Biez
Here my satisfies object. ``` const ua = window.navigator.userAgent; const browser = Bowser.getParser(ua); export const isBrowserSupported = browser.satisfies({ windows: { 'internet explorer': '>10', }, chrome: '>40', firefox: '>40', safari: '>6',...
Hi, thank you for your work :) Aws SDK is included inside the repo as a dependency. Unzipped, the size of this SDK is up to 70Mb. It's pretty huge...
### What is the problem? By using a CDK Stage and using the command `cdk synth '**'`, annotations are correctly generated by cdk but cdk-nag doesn't lint anything from this...
I think it will be very useful to add Resizable class on this library in complement of others events. The resize CSS property is'nt supported on IE or Edge: [Can...