Earlier quoted context omitted.
only gotta wait 2.4 hours though, it's missing a zero :)
No, it's correct - for some reason, the library expects centisecs O.o See https://github.com/jimp-dev/gifwrap?tab=readme-ov-file#new_G... Although, I will admit I never waited 24 hours (or even 2.4 hours) to verify ;)
Show HN: I built the most over-engineered Deal With It emoji generator
141–150 of 153 posts
Re: Show HN: I built the most over-engineered Deal With It emoji generator
#142I adore it. I would love the ability to add frame delay (and maybe start/end position/rotation tweening?!) to each layer of glasses.
I think we're thinking of the same thing here: https://github.com/klimeryk/dealwithit/issues/22 That's part of the reason I made the list of glasses draggable/sortable. Because I want to add the ability to specify which glasses should appear together and which ones should appear in a sequence. So many features to implement, so this one did not make it for the launch, but it's definitely on the roadmap!
Re: Show HN: I built the most over-engineered Deal With It emoji generator
#143Earlier quoted context omitted.
No, it's correct - for some reason, the library expects centisecs O.o See https://github.com/jimp-dev/gifwrap?tab=readme-ov-file#new_G... Although, I will admit I never waited 24 hours (or even 2.4 hours) to verify ;)
It's because that's what the GIF file format uses :)
Re: Show HN: I built the most over-engineered Deal With It emoji generator
#144I got an error after clicking the "Deal with it" button. Graph successfully started running. Uncaught (in promise) Error: Unsupported MIME type: application/xml at Et.a (gif.worker-WYu6DU4i.js:23:56331) at Et.zt (gif.worker-WYu6DU4i.js:23:78271) This might be caused by my workplace enforcing the Okta chrome plugin :(
Re: Show HN: I built the most over-engineered Deal With It emoji generator
#145Nice work klimeryk!
Re: Show HN: I built the most over-engineered Deal With It emoji generator
#146Great job, thanks for sharing. Just noticed what company you did leave and I have even more respect for you. Someone get this guy a job please.
Re: Show HN: I built the most over-engineered Deal With It emoji generator
#147This made me smile :) if (looping.mode === "off") { // If you waited for a day, you deserve to see this workaround... // Since there is no way to not loop a gif using gifwrap, // let's just put a reeeeaaaaallly long delay after the last frame. return 8640000; }
Nice, this reminds me that I made myself some time ago an avatar for a forum, and it has these crazy eyes standing still. Unless a few minutes passed, when they rolled. Only one person noticed it.
Re: Show HN: I built the most over-engineered Deal With It emoji generator
#148Re: Show HN: I built the most over-engineered Deal With It emoji generator
#149Earlier quoted context omitted.
only gotta wait 2.4 hours though, it's missing a zero :)
No, it's correct - for some reason, the library expects centisecs O.o See https://github.com/jimp-dev/gifwrap?tab=readme-ov-file#new_G... Although, I will admit I never waited 24 hours (or even 2.4 hours) to verify ;)