Lukas Stührk

Results 10 comments of Lukas Stührk

When working with binary data, we need to set the `responseType` property of the XmlHttpRequest instance either to `arraybuffer` or `blob`. Then, when the request is done and the response...

This is not a bug and working as intended. The generated HTML files are intended to be hosted by a web server. Opening the files from the local file system...

> Thanks for looking into this, @Lukas-Stuehrk. Apologies for not responding sooner. Well...I think I made up for it with my response time 😬. I'm very sorry. > I think...

Thanks for reporting, @DominikBucher12. Do you mind sharing which output format you are using? This seems to work when generating the `html` documentation, but is broken when generating the `commonmark`...

To collect additional data and to get an idea what is expected and familiar for users, I did a short benchmark (see details below). Search bar in the header seems...

I worked on a small proof of concept to continue the discussion: https://github.com/SwiftDocOrg/swift-doc/compare/master...Lukas-Stuehrk:AdditionalDocumentation ## Problems solved: - You can provide additional guides with a new flag`--documentation path/to/the/directory`. - Providing a...

Also related to #231. Bundling the CSS with the tool will also fix this problem.

I'm sorry, I got confused by the changes between 0.4.0 and 0.5.0 and wrongfully assumed it's a bug. I can see that the current behavior is well documented. My bad....

Thanks for the input, @robertjpayne. I had a look at Runtime before I reported the bug. It also crashes when objects inherit from `NSObject`. I can provide a fix for...

@simonbs Sorry, my bad. I was kind of expecting this, but when I tested it, I only tested with edited files and did not catch it. I updated the implementation...