Rachel Powers
Rachel Powers
Why not just double check .zip files by loading them as a `ResourcePack` and use `ResourcePackUtils::processZIP` to detect which it is? (I'm tracing the code paths on the `ModFolderModel` to...
> > Why not just double check .zip files by loading them as a `ResourcePack` and use `ResourcePackUtils::processZIP` to detect which it is? (I'm tracing the code paths on the...
I've been looking into doing some work on this potential feature over the last day or so and it seems entirely feasible especially with the use of language-tool-python. he work...
I have to admit, when I was looking into it I was a bit put off by the tight integration of the spell check and the highlighter. My first instinct...
This is actually far easier then re-implementing the whole widget ```python # Untested Example class WSTreeWidgetItem( QtGui.QTreeWidgetItem ): def __init__(self, parent=None): QtGui.QTreeWidgetItem.__init__(self, parent) def __lt__(self, otherItem): column = self.treeWidget().sortColumn() #...
@ak-42 I tried to come up with a comfortable way to add update information when I made my PR but there is a distinct lack of clarity when it comes...
As for MacOS the same project has a script for making dmg's https://github.com/Pext/Pext/blob/master/ci/build-dmg.sh turns out that's a relatively simple process so long as you know how to make an `.app`...
well, good news. turns out is dead simple to run a macOS VM via docker with https://github.com/sickcodes/Docker-OSX I have a working VM with macOS 10.15 now and I'm completely willing...
packr2 doesn't seem to traverse down the directory structure as packr1 did. I too am having an issue with this. ``` go run github.com/gobuffalo/packr/v2/packr2 -v ?[37mDEBU?[0m[2019-02-01T23:35:21-07:00] *parser.Parser#NewFromRoots ?[37moptions?[0m="{\"IgnoreImports\":false,\"Ignores\":null}" ?[37mroots?[0m="[\"D:\\\\Projects\\\\go-broadcaster\"]" ?[37mDEBU?[0m[2019-02-01T23:35:21-07:00]...
@Kasper24 would you mind cherry picking the work in https://github.com/Ryex/KwesomeDE/commit/82233056d399aff9875116d840abe6667c833253? The fact that buttons don't work when `capslock` or `numlock` are enabled is both highly inconvenient and going to stump...