Ben Uzelac

Results 11 issues of Ben Uzelac

I can't seem to figure out how to show/hide child fields inside a dynamic section. I've tried using `parent[:index].child` but it causes a crash. I also tried `parent.child` thinking it...

### Mautic Version 4.2.x series ### PHP version 7.4.28 ### What browsers are you seeing the problem on? _No response_ ### What happened? Under a specific scenario, the "save" button...

bug
builder-grapesjs

**Describe the bug** My app sometimes rebuilds the track queue under certain circumstances (e.g. losing internet connectivity). To keep things simple, I loop through the entire queue and call `remove()`...

Bug
Platform: iOS

**Describe the bug** Let met start by saying I don't do much with Swift; I'm using this library as a part of [react-native-track-player](https://github.com/react-native-kit/react-native-track-player). Our app implements skipBackward and skipForward. Randomly,...

**Describe the Bug** When setting minBuffer, an error is thrown about maxBuffer, **even if minBuffer is less than the maxBuffer default**. Exception: `The value for maxBuffer should be greater than...

Bug

**What is the need and use case of this feature?** My app has some observed properties / reactions that fire when the app is launched. It isn't feasible to call...

The Getting Started section of the docs uses the old style of registering the service. [See here](https://github.com/doublesymmetry/react-native-track-player/blob/a0fdd21f77afb4c11cb7062c6665dfd337cef117/docs/docs/basics/getting-started.md?plain=1#L7-L20)

Bug

The docs [currently state](https://github.com/doublesymmetry/react-native-track-player/blob/6e2f30c934fb126dc7b89fd929316b4f2019121c/docs/docs/api/functions/queue.md#L21) that the `remove()` method expects a Track(s). It actually expects an index/indices, and passing tracks will crash the app (at least on iOS). **Note:** I haven't...

Bug

It would be great if we could set some configuration options for this library. Two that come to mind are the ability to set the number of parallel downloads, and...