Blake B.
Blake B.
Definitely still want to be able to transpile at least to an ES5 bundle and load it instead if the browser doesn't support ES6 features. Vue 3 is completely dropping...
Removing ``this.emit('close');`` from the finish event on the erroring line in output.js in sharp fixes it.
> Please can you add some error handling here: > > ```js > fs.createReadStream('./input.png').pipe(resizer) > ``` > > My best guess would be that something is going wrong on the...
> > Node: 17.9.0 - C:\ProgramData\chocolatey\bin\node.EXE > > This version of Node.js is EOL, please can you upgrade to the latest version 18 release and see if you have the...
> @BlakeB415 Were you able to make any progress with this? Removing this line worked for me. https://github.com/lovell/sharp/blob/main/lib/output.js#L1208
> @BlakeB415 Thanks for the update, please can you try the following change to see if that fixes it also: > > ```diff > --- a/lib/constructor.js > +++ b/lib/constructor.js >...
> @BlakeB415 Thanks for checking. Here's an alternative approach, which ensures the `close` event waits for the `end` event. If you're able to test it with your S3 code that...
You can get around this issue by using this css ``` vds-time-slider[dragging] .slider-track.fill { width: var(--vds-pointer-percent); } ``` This makes it use the cursor pointer percent while dragging.
By deleting every audio track except the one I wanted in the movie array, I was able to isolate the audio track I needed.
+1 This is definitely needed.