Echo JS 0.11.0

<~>

tracker1 comments

tracker1 1603 days ago. link 2 points
Edited: my original response was somewhat abusive and fowl... the guy has it coming imo.
tracker1 1605 days ago. link 2 points
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
tracker1 1607 days ago. link 1 point
I'd suggest you consider looking at puppeteer and cheerio.

Also, this would be better asked on stackoverflow.com
tracker1 1609 days ago. link 2 points
Interresting...  

The following might be slightly cleaner:

```
import {App, Static, Router, Get, Post, Put, Delete, Patch} from 'react-express';
```
tracker1 1609 days ago. link 3 points
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.
tracker1 1609 days ago. link 1 point
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.
tracker1 1612 days ago. link 2 points
Nobody is making you use this site... beyond that, the source is available and pull requests are welcome.
tracker1 1612 days ago. link 2 points
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.
tracker1 1612 days ago. link 2 points
The interface is nice enough, though I'm not sure I understand why this even needs to be a jquery plugin at all.
[more]