Bottom of the About[1] link in the footer.
Since this is a major version release and directly to the release notes, generally okay.
As to frequency, I don't recall seeing this project linked recently, but I could be wrong...
Usually when I see several posts in a week/month, I'll usually start nuking them and may add the site/project to the blacklist if it's particularly bad. Will also add redirect link sites to the blocklist as well.
- [1] https://www.echojs.com/about
I do understand why some don't like JS/TS... and I really do get it.
That said, I think a lot of complaints are from a combination of ignorance and conflating the DOM with the language.
As to numbers, it's an IEEE 64-bit floating point, the precision issues are there in any language if you use float64 for all number logic... Math.round() against any number that fits in a safe integer range will work roughly the same as int32 will, though max safe integer is around 52 bits, not 32 or 64.
Coersion issues often come from sloppy/jr devs who don't understand how it works, or even if/when you should rely on it.
Nice, this and tabbed view are preferred for doc/comment edits in apps for me these days. I did some work to adapt a Medium-like editor that loads/saves as markdown through some filters, but that was a lot of painful work.
One suggestion, for those using this, would be to use an async loader so that it's not loaded until it's needed in your application. Markdown libraries tend to be relatively big.
I think a lot of it is the time involved... I'm not at all familiar with the codebase, and the backend is iirc Ruby.
May be worth taking a loot at a refresh for a few things... I've often thought it would be cool to rewrite as-is to node (maybe deno?) and from there work on feature enhancements.