Fjölnir Ásgeirsson

Results 43 comments of Fjölnir Ásgeirsson

You'll need to explain how the "coloring process" works. If your paths stay as `SVGBezierPath` instances you can just use `self.SVGRepresentation`.

You'll have to iterate over the path array(and change its type to `[SVGBezierPath]`), then for each of the paths, use `pathBySettingSVGAttributes:` with the svg attributes you want to change. It'll...

Disabling SIP didn't fix things for me. (TotalFinder on the other hand did start working after disabling it)

Please do fork and create a pod, I'll be sure to merge it. I've never used cocoapods so I don't know much about it.

Sorry for the delay, I didn't get a notification email for some reason. HTTPKit is licensed under BSD-3, and Mongoose (the underlying HTTP engine) under MIT.

+1 @arachnetech Mine has different topics for on/off and the mode (auto/heat/cool).

@CodeForRabbit It'd be great if you could make a PR with that

Your theory is correct. Windows on different spaces are neither hidden, shown nor minimized. I haven't found a way to deal with this. It annoys me as well.

leonardt, the problem is not that it can't manage windows on all spaces; but that when you start it, it will only register the windows on the current space. Any...

I'm not working on menufela anymore, the extra menubar mavericks added for multi-monitor setups makes it too much of a pain