Zach Hall
Zach Hall
Fixes https://github.com/dangrossman/daterangepicker/discussions/2319 When selecting a pre-defined date range, if the time picker component is enabled we now select AM or PM based on the pre-defined dates. Previously, the AM/PM selection...
## The problem: I've been running into issues using Vime's HLS provider in SvelteKit on a browser that requires the `hls.js` library to function. My application is bundled with the...
### Product Hot Chocolate ### Is your feature request related to a problem? I've personally encountered this issue but I also saw [others](https://hotchocolategraphql.slack.com/archives/CD9TNKT8T/p1714490123869439) are experiencing it so I'm opening an...
# Steps to Reproduce * Create a pie chart or doughnut chart which uses animation and updates using `should-update="true` * Change the chart's data (bound to `chartData.datasets[0].data`) # Expected Results...
Used regular expression /\r?\n/ to split by \r\n and \n. Should fix issue 4: https://github.com/aaronsnoswell/csvjson.js/issues/4
## Pull request type ## What is the current behavior? Vime's HLS provider throws an error when attempting to load on the latest version of HLS.js in Safari: `TypeError: Cannot...
### Current Behavior: When embedding a `` in Svelte with `volume` set to `0` and `muted` set to `true`, the player starts at full volume. If you `bind:this={player}` and programatically...
Running the CLI based off the [quick start](https://gqty.dev/getting-started) in a Svelte project doesn't install `gqty`, thus the generated client can't find the gqty module. Since the default source location for...