Krister Looga

Results 4 issues of Krister Looga

Hello, I have the following problem. There is an edge case that happens when range slider handles overlap and due to that the user gets stuck. Even in my best...

Changed circle resize onEdit callback to have unique editType during resize. Also added onEdit callback to notify when dragging has ended. Issue this resolves: [535](https://github.com/uber/nebula.gl/issues/535)

feature

Safari does not support regex negative [lookbehind](https://caniuse.com/js-regexp-lookbehind) operator: That operator is used [here](https://github.com/jsarafajr/slackify-markdown/blob/master/src/slackify.js#L123) and because of that when we open console in safari we get this error:

Before: ![image](https://user-images.githubusercontent.com/25435795/151936976-44d896bf-d43a-461d-9954-46f147a7c478.png) Now: ![image](https://user-images.githubusercontent.com/25435795/151936908-0af2c3b9-98ee-46aa-9c5c-e857b9308ee7.png)