Shirsendu Bairagi

Results 3 issues of Shirsendu Bairagi

Hi I am using React.js I am trying snap then scroll, the scroll-snap is working very good but I am facing difficulty to use with react-scroll. I found another library...

### Before The Arguments was getting ignored ![image](https://github.com/user-attachments/assets/1f4eff4c-2f0c-453c-820e-bc1bae8ba37c) --- ### After Now the arguments was getting directed ![image](https://github.com/user-attachments/assets/da41dcf3-706f-4095-aca9-99769bd0bbe2)

### Describe the feature const storageFs = useStorage('fs') const storageInterview = useStorage(`s3:${config.private.awsBucketFolder}:interview`) const subtitledBuffer = await storageFs.getItemRaw(`video/${userId}-interview-subtitled.mp4`) await storageInterview.setItemRaw(`${userId}.mp4`, subtitledBuffer) how to set the content type video/mp4 currently setting s...

enhancement