Marc Haisenko

Results 6 issues of Marc Haisenko

When sending a mail with images attached and referenced via the `cid:` URI scheme, normal images are displayed but background images are not, resulting in white background. Workaround is to...

Yahoo

Right now, spin dump files are not recognized although they are pretty similar to crash dumps. There are actually only are few changes necessary in `CrashFile.swift` to support them: To...

# Summary Re-design the image slideshow to remove its current limitations. # Motivation In its current implementation, the image slideshow can only play a low number of images. The user...

I'd like to the SevenSwitch as simple left-right switch that looks the same in both states. For this, the border needs to be shown in the on-state. The attached patch...

Raise the default deployment target for macOS from 10.6 to 10.9. This gets rid of a warning in Xcode 12 with pods that did not explicitly specify a deployment target....

Sparked by https://github.com/scinfu/SwiftSoup/pull/337, the idea is to implement caching of parsed queries so that repeated calls to something like `node.select(someQueryString)` are only parsed once. This task is meant to discuss...