Andrey Shedko

Results 8 issues of Andrey Shedko

What is size limit for data stored this way?

Is there any way to set parent container as limit for drag area?

**Describe the bug** `Uncaught TypeError: util.inherits is not a function` on page load. **To Reproduce** Steps to reproduce the behavior: 1. Install danfo.js 2. Made changes in tsconfig as `"skipLibCheck":...

**Describe the bug** Filtering is not working as expected - sometimes it produces proper results, some time is not. For example, using this function (or any other comparison operator) in...

bug

This is quite simple piece of code, I just need to play sound once on some action. Here is it: ``` function playSound() { $ionicPlatform.ready(function () { $cordovaNativeAudio.preloadSimple('timeout', 'audio/timeout.mp3') .then(function...

Hi! This could be that I did something wrong, but I suppose that it's bug. Sometime, when I'm draging sortable items, it's cloning - item left on its position plus...

Does anybody was creating typing for this package?

enhancement

Hi, I added the library as explained in the example: ```rust fn get_country_by_coordinates(p: Point) -> Country { let geocoder = ReverseGeocoder::new(); let coords = (40.7831, -73.9712); let search_result = geocoder.search(coords);...