rizerphe
rizerphe
The following error is produced when `div`, not `textarea` is used ``` Uncaught TypeError: Cannot read property 'first' of undefined at new t (simplemde.min.js:7) at new e (simplemde.min.js:7) at e...
Tested on raspberry pi. The prebuilt version doesn't work due to difference in architecture, cmake finishes successfully but says that file 'python_build_flags.py' doesn't exist, and make returns Error 2. This...
It should deal with strange filenames automatically, do conversions asynced and give a much more understandable output (in my case, all the stats in 13 lines from local video). Hope...
FFMPEG should not be used with the 'subprocess' module because it introduces some problems if, for example, video name contains spaces. It can also cause some issues if the vid...
It would be amazing to be able to use a new option, similar to a 'frame_margin', that defines the number of frames during which the output video speeds up and...
While the plugin claims to use ChatGPT, the [codebase](https://github.com/louis030195/obsidian-ava/blob/main/src/prompts.ts) seems to suggest that it uses `text-davinci-003` instead. At the same time, you do [run everything](https://github.com/louis030195/obsidian-ava/blob/main/src/WriteComponent.tsx#L54) through a [custom twitterbio.com endpoint](https://use-vercel-gpt-stream.vercel.app/),...
This should simplify the install process by allowing you to just clone recursively instead of explicitly cloning the BoostingMonocularDepth repo, removing the second step. I have not tested this on...