Pascal Polleunus

Results 16 comments of Pascal Polleunus
trafficstars

Still open after 5.5 years :rofl: I took a quick look at the code and it seems there're a lot of things to handle (filter/exclude, Q/F, order…). 2 ideas to...

I've to manage my watchlist via Trakt. That screen is definitely far from working fine, and therefore useless in that state. For me, "favorites" if for my favorite items and...

I was willing to suggest something similar to be able to store the `Photo by [Name] on [Site]` credit from stock photography sites like Unsplash, Pexels… And be able to...

Great ideas 😀 I was thinking about that when submitting my issue. That said… If the files are versioned, I guess it's easier to check the changes after the update;...

Could we find an agreement regarding the desired behavior, "what would be the best solution", and put that as a target/an open task? If it's too much work or nobody...

I didn't test it yet but [Click](https://click.palletsprojects.com/) seems interesting for CLI. The Bash script is how I created the demo, it was for reference, in case someone wants to try...

I guess that if you generate it from a local path, the project is not supposed to be portable/used by someone else. If it must be portable, the template source...

As it's a choice, there should be an option, right? Like `--template-src="VALUE"`, where the value can be: - `absolute` - `relative` - the value to use If that option is...

Thanks @ljharb. I found the guilty line! `set -a` (Each variable or function that is created or modified is given the export attribute and marked for export to the environment...

> Source: GitHub doc “[Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#about-repository-templates)” Creating a repository from a template is similar to forking a repository, but there are important differences: * A new...