Danko Kozar

Results 13 issues of Danko Kozar

Most of the time, when starting my application (yes, there is some randomness involved) , I'm getting this message as the 1st line in browser _console_: ![console](https://user-images.githubusercontent.com/1078403/58670003-876bb900-8335-11e9-9f9d-eed5b6d4d2af.jpg) ``` Pizzicato.min.js:44 The...

Needs investigation

I'm testing my code with Jest. However I'm not able to mock the AudioContext and silence down `console.error` (https://github.com/alemangui/pizzicato/blob/master/src/Pizzicato.js#L19) I tried to put a mock into Jests's globalSetup, but no...

It works in Chrome but not in Firefox (67.0 (64-bit)) and Safari (Version 12.1). ```js var voice = new Pizzicato.Sound({ source: 'input' }); ``` There are no console errors. It's...

# ๐Ÿ› Bug Report We noticed that, for some reason, JSURL "'" converted to "%27" in the address bar of Chrome (Windows, not sure about Mac). The Firefox displays "'"....

t:bug
help wanted
s:ui
IMPORTANT

# ๐Ÿ™‹ Feature Request I think I saw in some thread that there will be a need to compare 2 scenarios, and (as I understand) to display a โ€œdeltaโ€, meaning...

help wanted

Hi, I'd like to use the split pane in horizontal mode (first panel above, second one below). When the split pane is mounted, I'd like to determine the top/bottom section...

Due to [Unity's deprecation of UnityScript (Javascript)](https://blogs.unity3d.com/2017/08/11/unityscripts-long-ride-off-into-the-sunset/), the JS files that are part if some demos have to be deleted. Here's a glimpse of what the files are: https://github.com/dkozar/edriven/search?utf8=%E2%9C%93&q=*.js&type= I...

Hi, I have the following **snapshot serializer**: ![image](https://user-images.githubusercontent.com/1078403/185630995-7b86bd22-c404-4cb0-b669-5193eb0d6095.png) I've set it up (globally), so Jest uses it when unit tests are running: ![image](https://user-images.githubusercontent.com/1078403/185631466-0613f4c3-7b9a-484e-bb4a-53db9125dbaf.png) It works nicely with `render()` method of...

question
Needs reproduction

### Describe the bug When dragging a new item from from outside (see https://react-grid-layout.github.io/react-grid-layout/examples/15-drag-from-outside.html), other items move away, so you always drop the item into the blank space. This is...

### Describe the bug I mentioned the issue already [here](https://github.com/react-grid-layout/react-grid-layout/issues/1896#issuecomment-1717462178), and when I saw the 1.4.0 release, I was hoping this is fixed. However, it's still the same. I have...