Results 62 comments of Don Cross

I saw this and it seems that it could be made much more generic and configurable. Is it possible to have a user-configurable setting that gives a list of excluded...

> You can obtain the template data yourself (via [`getTemplateData()`](https://github.com/jsdoc2md/jsdoc-to-markdown/blob/master/docs/API.md#module_jsdoc-to-markdown--JsdocToMarkdown+getTemplateData)), sort it as desired then pass it as the `options.data` option into [`.render()`](https://github.com/jsdoc2md/jsdoc-to-markdown/blob/master/docs/API.md#jsdoc2mdrenderoptions--promise). Could you elaborate on this? I have...

Thanks @lysdexic-audio for the helpful explanation. I would have never figured that out! Actually, I ended up writing my own Python script to post-process the generated Markdown, and it is...

Without my deeply investigating, #190 is likely to be a fix for this issue. Perhaps you could try that code change and let us know if the problem goes away.

As a follow-up, I found this (apparently expired?) draft that defines the upper bits `10` as "local compression": https://datatracker.ietf.org/doc/html/draft-ietf-dnsind-local-compression There is also a `01` prefix for "extended label types" defined...

That is much faster, definitely! I will come back and look at this, after the first pass of getting all the Kotlin code translated and working. I will keep this...

@ebraminio : Is the speed of the `seasons` function still a problem?

@prideout Yes, it's possible the IMCCE formulas could be more accurate. I'm not sure what Sky & Telescope uses for their predictions, but they have been doing it for a...

Yes, all 4 languages do the same exact numeric calculation, including the truncation. As much as possible, I keep them all numerically identical. The truncation also makes the math faster,...

Hi @offsky, if anyone needs higher precision, I would help them adjust things so they could rebuild the code generator to do less truncation. However, truncated series are only part...