Zenahr Barzani

Results 59 comments of Zenahr Barzani

I guess you could also just modify the html code inside the build directory after building the template. You could then just put an href with your resume file as...

@kaushalag29 There is an option now for the about section (checkout the readme.md) ```js export​ ​const​ ​aboutData​ ​=​ ​{​   ​img​: ​'profile.jpg'​,​ ​// put your profile image (recommended aspect radio: square)​   ...

> Hi @OctaviusBowman - I set up my resume pdf exactly like you said, and the pdf worked perfectly on the local server but for some reason when i deployed...

Hey there @svenevs! I just got super confused because all I wanted was just a dump of what doxygen had already generated for me. What made everything click was the...

@kanekifont Perhaps this issue could be pinned for better visibility.

> > > > I'm use Anaconda 3 2020.02 with Pyton 3.7 on Windows 10. I can't use yml method for create environment and when i'm use `requirements_gpu` for pip...

What I'm personally missing in the docs is how to invoke ffmpeg/mkvmerge to split the video up into the detected scenes. I think developers would appreciate a "recipe" for exactly...

I'd personally lean towards a dedicated traditional "recipes" section with short code for specific goals. This also functions as a Getting Started guide for programmers as well as get familar...

yeah it's not easy to define the API but I think we'll get lots of input for those kinds of things by the community anyway. A non-intuitive API with straight-forward...

Actually you don't strictly have to edit the library source before bundling up. Instead of doing that, just import all moviepy modules in one of your scripts like so ([source](https://github.com/Zulko/moviepy/issues/591#issuecomment-965203931)):...