Sergio Garcia
Sergio Garcia
**Bug description** On git bare repos, lazygit shows all the commit hashes as pushed to the remote repo (green) even when they aren't **To Reproduce** 1. Create a git bare...
Fixes some oversights from the zarel => smogon git repo migration
The CI for ARM is complaining about tensorflow, had to bump some versions. Tested on pip 21.2.3 and Python 3.9.18 @mfasDa do you agree with the changes? (follow-up to #5539)...
Required for the build in slc9_aarch64 HDF5_DIR is needed for h5py to find the include libs (https://docs.h5py.org/en/stable/build.html#custom-installation)
Fixes the following error (tested on python 3.10) ``` Error compiling Cython file: ------------------------------------------------------------ ... # Max value for our rand_r replacement (near the bottom). # We don't use RAND_MAX...
Fixes https://github.com/neovide/neovide/issues/2609. My fix is quite ugly, I understand if this is not the path the maintainers want to take to fix this. I'm happy to implement better suggestions, I...
Currently not all paths ensure this variable is defined (it will be empty on macs with no llvm from homebrew, for example)
I think we currently build without -O2 when using our own OpenSSL, seems like an oversight
It'd be nice to be able to use custom difftools to render the diff, like https://github.com/Wilfred/difftastic This is how I'd do the same thing with git, for example: ```ini #...