Rachel Powers

Results 52 comments of Rachel Powers

so.. I've done a little bit of work on a fork https://github.com/Ryex/KwesomeDE the config *runs* now but it still feels pretty clunky. lots and lots of `xerror:1058: X error: request=GrabButton...

~~ok I **_may_** have fixed the `GrabButton` error, not completely sure but it doesn't pop up anymore.~~ I have fixed one major error with the text buttons not working if...

... ok then. setting up the garbage collector _before_ loading everything fixes my load time issues? Order | Path | Load | Require | Total | Required First By :-----|----------------------------------------------------------------------|---------------:|---------------:|---------------:|---------------------...

I certainly understand the impulse to avoid extra dependencies, I looked for a good way to avoid it that didn't require Any types (it's best to use Any in as...

I added one more commit to move to using `Any` in the check function in common.py. I think this is actually the better way. let the functions narrow the type...

Yes, the PyQt5-stubs are imperfect and place some of the enum values where they are defined and not where they end up exposed by the module level imports. you can...

Rebased and removed `FS::copyFile` now that #333 is merged with it's fix for `FS::copy`

> What does this do? These specific keys ``` HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\ HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\\command HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\ HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\\command ``` create a windows shell entry on directory's right click menu that display the provided description and...

> The other PR was merged! Re-based on develop o7

registering a mime type on linux is usually simple and done with `xdg-utils` ``` xdg-icon-resource install --context mimetypes --size 48 modrinth-mrpack.png x-modrinth-modpack ``` (presuming Modrinth get a .mrpack icon someday)...