Iyobo Eki

Results 19 comments of Iyobo Eki

@golergka The semantics of this library are a bit off. I rectify this on my end by creating a class called Model that extends BaseEntity, and have all my models...

This is because proptypes is no longer a part of react as at v16. The project should npm i react-proptypes and use that instead.

@SukantPal any reccomendation of what does?

As much as I would like to, I wouldn't know the first thing about solving this problem.

For those still searching, this is what I used to solve it: [link](https://github.com/w8r/bezier-intersect#quadbezieraabbax-ay-cx-cy-bx-by-minx-miny-maxx-maxy-resultarraynumbernumber) It's pretty basic though and I'm sure there are far more efficient ways of solving this. Summary:...

You know what? I apologize to everyone. I created a plugin for myself almost a year ago (August 2020), after opening this issue, but forgot to come back here to...

@Gochim @Stesha24 @fakob @ilija-trbogazov ^^ @davidfig Any pointers on limiting zoom while 2-finger interacting based on that gist?

In any of the demos, The background grid is static as you drag-scroll around the canvas. ![image](https://user-images.githubusercontent.com/5804246/80297082-c7097380-8745-11ea-8e56-f2c58b053d6f.png) This is expected because the canvas itself isn't exactly rendering a grid. What...

Same issue when used in conjunction with storybook-miragejs. Sadly, the only way to use this addon is to make sure other decorators that come before it in the chain do...