Matthew Arnison

Results 8 comments of Matthew Arnison

How to install BFG-Repo-Cleaner on Ubuntu 18.04: 1. Install Java: ``` sudo apt-get update sudo apt-get install default-jre ``` 2. Download BFG JAR from BFG homepage 3. Run jar ```...

These changes are looking great so far. Are you planning to add all of the symbols in https://github.com/nosarthur/gita/issues/245#issue-1799693218? E.g. I notice that when a repo is behind main, the colour...

Nice thanks! Although it would be even nicer to have both the colours and the spaceship symbols. 🚀

Beautiful thankyou! 👏

I just noticed that `gita ll --help` prints a handy list of status and colour meanings. However, it's a little out of date for untracked (it has changed to `?`...

Much better now, thanks @nosarthur!

I tried this but found the GLSL updates were not being rendered. To fix it, I changed `tools/openSeadragonGL.js` to make sure GLSL is called on every tile draw (instead of...

I have also implemented gamma adjustment using viaWebGL. I am using `viewer.world.resetItems()` after changing the gamma to force a redraw. The issue is that `resetItems()` refetches all the image data...