tomaz
tomaz
Particular reason for this limitation? If I comment out `AudioEngine.java` lines 85-87 and use output channel count of 2, transcoding occurs just fine. Would pull request with removed check be...
Method declaration line (i.e. "- (void)doSomethingWith:(id)value") could include cross references to known objects in method result and argument types. Probably links should use same color as the rest of the...
appledoc warns when encounters something like `[object doSomething:]` inside code section or example block. Many times this is just used as an example to make the documented entity more understandable....
Without this, `Row` would crash during `didEndDisplayCell` handling if table view is not on active controller (for example if there's modal controller on top of table view controller). The solution...
Can't find a way to use external diff viewer (kaleideoscope for example). Am I missing something or is this not possible?
I'm investigating replacement for Discount in my project ([appledoc](http://github.com/tomaz/appledoc)). Sundown seems like a way to go. Although I could use included html renderer out of the box, I need to...
In "Loading patterns into FPGA memory" section, DMA is mentioned, and link to specnext.dev is provided. This is remnant from before DMA was added to the book. But now we...
Writing to $43 also resets $41, but only $44 is mentioned
Printed book might benefit from using thumb indexes. Each chapter should have one, and for Next chapter each section. There are 2 challenges: 1. Get thumb indexes working in LaTeX...
Thinking of concrete examples like: - Fast 16-bit loops - ? Need to find couple interesting cases to make the section worth it. Could be a section inside Next chapter,...