vermont
vermont
Idea to fix problems like this: `ffmpeg_reader` should be very forgiving for out of bounds reads. - for video, reads before the start get the *first* frame, reads after the...
> Something along these lines would work well for my purposes. > > Just one minor issue: in the `truncate` case, the `new_clip.duration == min(original_clip.duration, end_time - start_time)` comparison doesn't...
@keikoro formatting fixed. Can't get pre-commit setup in `CONTRIBUTING.md` to work any which way. 3.6 venv fails when doing `pip install -e`, 3.12 venv fails because it's not 3.6.
My attempt: https://github.com/omry/omegaconf/compare/omry:omegaconf:v2.3.0...bzczb:omegaconf:8e69077aca715f57d0f028c0dc1421d643ed8018 Be warned that I don't have a great understanding of this code, and one of the tests fails for "wrong error message" now. If it looks OK...
Looking at `mvTable::draw()`, slot 2 was supposed to be for items in column headers, but I don't see any place where they're set. `AddItemWithRuntimeChecks()` in `mvItemRegistry.cpp` has a case for...
This branch seems to work well with an app that uses DearPyPixl, just needed to rename `mvTag` to `mvPlotTag` so all the machinery worked.
> Ouch. That's what happens when you don't have time to publish your fix: another person duplicates the job you've already done :(. > > Will try to review this...
There needs to be a `map` or `stack` to support nesting themes like this. It looks like the current code creates linked lists between `mvThemeComponent` instead, which can break noisily...
There's a performance problem in recent versions of moviepy, because of the way some decorators were implemented: #2094 If you patch that, you might not be able to get `-c...