thechaoscoder

Results 90 comments of thechaoscoder
trafficstars

Since there are now 100 ported/compiled plugins for macOS [(https://forum.doom9.org/showthread.php?t=175522)](https://forum.doom9.org/showthread.php?t=175522) it deserves some vsrepo love too. I think vsrepo portable mode should already be 99% compatible with macos since all...

It seems there are already some plugins which are homebrew ready https://github.com/Bl4Cc4t/homebrew-vsplugins/tree/master/Formula Idk how hard or easy this is to setup for the user (my mac experiance is very limited)....

I made only a quick test with my bat files and noticed 2 things: (I have not looked at the code yet) - in rvsfunc the category is empty (you...

I meant **vsrupdate** not vsrepo. Delete the R3 entry in colorbars.json Then run **python vsrupdate.py -p colorbars update-local -o** You will get ``` R3 (new) ColorBars R3 win32: 100%|█████████████████████████████████████████████████████████| 55.7k/55.7k...

Same happend to me with latest python 3.9 + VS R54 stable in Windows-Sandbox (basically a fresh windows).

vsrepo master. R54 does not work bcs of the agent thingy.

It seems it only happens with packages where havsfunc is a dependency. I will test later more.

Removing "nnedi3_resample" from havsfunc as a dependency "fixes" the installation. Still unclear why it happens.

And removing muvsfunc from nnedi3_resample "fixes" it also... there is some kind of dependency-check-loop created here. This happens also on my pc with everyhing = latest pre-realese version. compile first,...

Yes lets drop muvsfunc. I don't really know how dependencies are currently handled in vsrepo, but I would build an install list first (going through each package only once) and...