Sixten Otto
Sixten Otto
Poking around a little more, it looks like maybe the changes to the templates for #498 are responsible. I'm not super-familiar with Mustache, but looking at [the diff for `object-template.html`](https://github.com/tomaz/appledoc/pull/498/files#diff-14),...
Reverting those template expressions did get pretty much everything working again, it seems, but on the index and hierarchy pages, I'm still not seeing page title or section headers. The...
Opened PR #501. Also, turns out that when I said index and hierarchy weren't working yet, I'd been editing the wrong copy of the templates. Code in the PR seems...
Hrm. I'm now setting both `Log.writer` and `Log.formatter` to instances of my custom types, and the breakpoints I've set in my `format(entry:)` and `write(entry:)` are never hit. I _do_ see...
No worries, I know that the new stuff is somewhat in flux right now. I'm working to update our main app from 4.x to 5.0, and trying to get the...
Have you had any chance to look at this, @danthorpe?
Happy New Year! 🎉 Just wanted to check in, see how things are going, and follow up on these questions.
Just checking in, wondering if you've had any time to look at this yet.
I'm not sure that I'm in a position to verify the information is technically correct, but certainly the table is nicer! 😁 I notice that there's no longer an Attributed...
Yeah, so the IO in `__OGImage` is hardcoded to only know about 2x. Modifying the method that writes the file to disk to add the correct suffix would be simple...