Danko Kozar
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_:  ``` Pizzicato.min.js:44 The...
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 "'"....
# ๐ 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...
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**:  I've set it up (globally), so Jest uses it when unit tests are running:  It works nicely with `render()` method of...
### 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...