Mohamed Belhadj

Results 6 issues of Mohamed Belhadj

Since IE10 does not support setPrototypeOf, prototype properties are copied and arenot writable. As a workaround I changed `Object.defineProperty(proxy, k, {get: getter.bind(target, k)});` to `Object.defineProperty(proxy, k, {get: getter.bind(target, k)}, set:...

I see that a meta option has been added to the parse function to support multi line headers. The segmenter does not have that option and calls parse without passing...

when using with react 16.9 we have this warning: > Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. > > * Move data...

zoomStart is not firing when zooming with mouseWheel, but zoomEnd fires correctly.

### Please provide your feature request When using RUM client with a proxy endpoint (no identityPoolId, no guestRoleArn, signing: false), the client size can be optimized by getting rid of...

enhancement

# Bugs and Questions ### Checklist - [x] This is not a `victory-native` specific issue. (Issues that only appear in `victory-native` should be opened [here](https://github.com/FormidableLabs/victory-native/issues/new)) - [x] I have read...

Type: Bug :bug:
Issue: Accepted