SheffeyG
SheffeyG
@CKolkey No worries! It's just that Noegit is one of the most powerful and extensive plugins I've used, and adding this config could involve other changes. Recently, I've been using...
I am not sure what this `self.opts.win` is, is it the parent of the sub-win `self.win`? if so this fix could be clearer.
I also prefer the 'Recent Commits' section for rebasing and other actions, but displaying both the Recent and Unmerged sections simultaneously causes a rendering bug: In the screenshot, both Unpush...
Totally on board with this, somehow the `get_fg("Error")` in my setup is black instead of red! so Neogit looks weird like this  customizable palette or a configuration to use...
Same issue here, and I noticed that this bug happen when PIL read images in bytes format, ```py img = Image.open(BytesIO(img_bytes)) model.predict(source=img, save=True) ``` somehow in that way the path...