Vincent Orr
Vincent Orr
I managed to get an element added and it displays the correct duration length of the gap. But when I edit nothing update, wondered if I could have some pointers...
sorry rubber ducking here 🦆 Got the `VideoGap` state to update so this all works just need to do this to audio gap to then tests 😄
Just took another look at this and noticed that "start end" is implemented for the audio as of yet so I won't be able to add this feature to audio...
yeah not a problem will take a look this evening, I assume the new functionality came in this PR https://github.com/owickstrom/komposition/pull/82 ?
Would using something like `cryptonite` be ok or did you have something else in mind?
Would you say you should be able make the start - end value greater than duration? thus being able to make the gap greater. edit: sorry I really need to...
I may need tips regards to how I would write a test for this, I was thinking literally making sure calling the function twice with the same name returns different...
I ended up working it out, but I'm unsure if that single test is enough it just makes sure calling the function twice returns different SHAs
Ah ok so is it a case of just removing [this](https://github.com/owickstrom/komposition/pull/76/files#diff-c0ab36ff8cac8d74b3774e1a4cb62225R23 ) randomising part of the function?
@owickstrom I've tried to research how to Hash a file content in Haskell, but I'm not aquatentced on the subject overall so not been able to work out what needs...