Matthew Bucci
Matthew Bucci
seems that unless git lfs changes their mind about extending support to others git lfs support is not possible. Really sucks as I need it for my use case
This was patched in the Digital Ocean fork here: https://github.com/digitalocean/go-git/pull/5
watching files in python is a non trival task when working cross platform. This may be useful https://pythonhosted.org/watchdog/
Looks like we'll need to file an issue with vpkg, I already have had one open for about a year for yet another dependency: https://github.com/Microsoft/vcpkg/issues/5018 I think we'll either need...
I checked https://github.com/Squalr/vcpkg/commits/master/ports/mpg123/portfile.cmake to make sure have the latest version and it looks to be the same as https://github.com/microsoft/vcpkg/commits/master/ports/mpg123 👎 I wonder if any of the recent commits broke it...
hi @JackBoosY it's dep.py, This is the script https://github.com/Squalr/Squally/blob/develop/dep.py The project uses vcpkg to pull in mpg123 and that can be found here: https://github.com/microsoft/vcpkg/tree/master/ports/mpg123 Originally I thought the mpg123 portfiles...
More info on VCpkg here: https://docs.microsoft.com/en-us/cpp/build/vcpkg?view=vs-2019 https://vcpkg.readthedocs.io/en/latest/examples/installing-and-using-packages/ dep.py is just a simple wrapper around vcpkg
Here are my logs @JackBoosY [build-x86-windows-dbg-err.zip](https://github.com/Squalr/Squally/files/5363946/build-x86-windows-dbg-err.zip) My assumption is that the error is due to the change in the windows-86 triplet to compile a static binary instead of a dynamic...
Update: the keycode on mac for cmd+z is "Key_Hyper" for cmd 
it probably will still break, I had added a call whenever we load a new scene to refocus it and it still didn't do diddly squat, but it's fine.