Andrew E

Results 39 comments of Andrew E

> I took the liberty to review your code, even though I'm not in any way affiliated with this project :) > Hope it's helpful. So happy to get your...

Yeah sorry, I've had a series of release deadlines that have stopped me from tackling this. I had a look recently and noted that the core logic that routes log...

+1! Here's how I make logging work in the browser in the meantime, in case it's useful for anyone else... Context: We migrated our code from a different logger that...

Oooohh that's excellent news! Looking forward to checking they out soon! On Fri., 30 Sep. 2022, 20:52 Eugene Terehov, ***@***.***> wrote: > Good news. V4 @next is out and is...

I’m attempting to upgrade from popmotion 8.6.* to the latest and ran into the issue of "The Missing Tween". That is, the tween function isn't found but docs and example...

Download the individual parts and then use ffmpeg to assemble, like this: ``` ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a aac output.mp4 ``` See https://superuser.com/questions/277642/how-to-merge-audio-and-video-file-in-ffmpeg

This is still the case. Steps to reproduce: ``` pnpm create solid@latest # name: solid-bug-minimal # solid-start: yes # template: basic # typescript: yes cd solid-bug-minimal pnpm install code ....

Superseded by https://github.com/log4js-node/log4js-node/pull/1374

@vicktorial Can you please outline steps to reproduce, including a specific PNG file if you have one. I'll be integrating contributed patches soon - I'm a bit behind at the...