Arthur Denner
Arthur Denner
I'm investigating what was reported on #61 within CodeSandbox. I tried to upgrade to the newest version (3.1.9) and now we're getting `Cannot read property 'toUpperCase' of undefined` in some...
Seems to be enough to subtract the computed frame from the total frames for the correct result. 1. The values expected on [`setDirection`](https://github.com/airbnb/lottie-web#setdirectiondirection) are `1` and `-1`. Should we use...
## Context I was recently playing around with FFmpeg to embed SRT files as closed captions, merging them into the final video as subtitle tracks. Regarding FFmpeg, it's somewhat easy...
# 🌈 Feature We have some locales options, but we can always have more! 😄 In order to do this, you should: 📝 Clone the [English locale](https://github.com/arthurdenner/react-semantic-ui-datepickers/blob/develop/src/locales/en-US.json) and change the...
# 🌈 Feature Right now, we have an outer `div` in the datepicker with the `field` class wrapping the `Input` component and the calendar. This approach has some issues, especially...
Hi! 👋🏽 I like this tool a lot! I just missed an option to copy the final message to the clipboard so here it is 😄
Can we have a function that, given the path of an ISO file, returns the game's serial number (e.g. SLUS-XXXX)? MAYBE the `GetGameID` function from OPL's `iso2opl` module can serve...
Hey there, thanks for this project, it's been very useful for me! As I learnt more about the Raspberry Pi ecosystem, I started to tweak the configuration files, including the...
At work, I've built a solution to display server-side errors on the client using the `onRecoverableError` callback from React 18. I've extended that solution to display a diff on hydration...