Simran

Results 196 comments of Simran

The download links are only valid for 90 days after the build. The retention period cannot be extended unfortunately. Self-hosting the build artifacts would be possible but users complained about...

90 days is the maximum that GitHub Actions provides for any build artifacts. Why do you want these specific builds in particular? There haven't been any code changes on the...

The versions you ask for can't be any different as basically nothing changed on Olive's side. The prebuilt Windows and macOS dependencies used in the CI have also not been...

Here is a rebuild of https://github.com/olive-editor/olive/commit/55eedbfce909dfd7df97611a2eea1d1958385f9c with https://github.com/olive-editor/olive/commit/10ce5fbd5e184977c7940c7fa35fb944f03ee784 on top: https://github.com/olive-editor/olive/actions/runs/8968310669 (artifacts at the very bottom; you need to be logged in to GitHub) The build conditions are obviously different...

It's difficult to find the cause. You can try ffprobe and ffplay, preferably the version used in the AppImages (5.0), and check if any issues are reported for the media...

There is a limited command-line interface but no other API to use Olive in a headless way: ``` Usage: olive-editor.exe [options] [project] -h, --help Show this help text -v, --version...

There is already an icon like this, with the right arrow over the left one (but this is rather accidental): `swap-horizontal`. We should add an alias to make the icon...

It's possible that the C++20 issues are fixed in VS2022, I only have VS2019 installed at the moment and therefore only tried this version. Not sure about the touch command,...

With beta 10, after workarounds for other issues (`npm install`, set `DATABASE_FILENAME=.tmp/data.db` in .env), I ran `npm run develop`, entered credentials for the admin user and then also got a...

If I understand correctly, you want to match every document with at least one matching token (either `product`, `category`, or `type` has to contain at least one of `sugarfree`, `yoghurt`,...