Jani Mikkonen

Results 41 comments of Jani Mikkonen

Both #32 & #22 are really really good ideas .. #22 would essentially "solve" #33 . Most of the time, if you can run the script on environment where you...

incoming ie branch utilizes caching of the results, something similar should be done for firefox and opera..

I think, not 100% sure but this should be already addressed in the master (not yet released) - from commit 871cd39e015414c335513c7f15bca981aba3504e .. it will populate the cache by iterating the...

Hiya and thanks for the PR. Idea looks useful - Ill have a look of the changes over the weekend.

If someone can spot other similar issues - please share ?

> So tried this within tasks.py > > ```python > @task > def which(ctx): > """Outputs which python.""" > command = "python -c \"import os, sys; print(os.path.dirname(sys.executable))\"" > ctx.run(command) >...

no tests have been written nor executed ..

If using github and repository is named correctly and you make a new tag, resulting zip file from releases is usable release zip file. And if that zip does contain...

I've done some preliminary research on how to archive this and thinking of actually implementing a standalone script could be used to install addons from command line to kodi itself.....

@Vexthil I've gotten following workflow to work on windows: 1. generate compile_commands.json of my project with cmake 2. process that generated compile_commands.json with my own tooling to generate a clang-tidy...