Echo JS 0.11.0

<~>

tracker1 comments

tracker1 901 days ago. link 2 points
Pretty nifty to see this.  Material Design approach similar to how Bootstrap works in practice.

Would be nice to see component libraries based on this similar to ReactStrap, etc.  In my mind, definitely thinking something for Yew could be really nice as well.
tracker1 932 days ago. link 2 points
You should file an issue, or the suggestion with Github.
tracker1 938 days ago. link 1 point
If you have a node codebase on Github, it will create pull requests against your codebase for your repository when there are security issues against a package you depend on. I'm not sure what you're expecting beyond that.
tracker1 950 days ago. link 1 point
If you're using a good random number generator, crypto suitable, then UUID is decent and only really need to worry about it if you're creating over hundreds of thousands per second.  UUIDv1 is slightly better, assuming you are on a system that supports the MAC address lookup as part of the generation, not the case for 'uuid' library's v1.
tracker1 950 days ago. link 1 point
For what it's worth, the "subscribe" popover on every-single-page of your site is annoying as all hell... should store the decline in a cookie and not ask more than once a month.
tracker1 954 days ago. link 1 point
I know, I deleted the others that I had found...  I also added it to the blocked sites list.
tracker1 954 days ago. link 1 point
Cool... haven't looked at the code, but thought it would be nice to do a CSV parser as a stream though... either sync or async... able to do for-of loops on the input itself... an inner parser yielding each column, then yielding the row as a set.

Either way, nice to see the progress on this.
tracker1 956 days ago. link 1 point
The conversion seems to assume that the API in question supports callback or promise results... While many newer libraries will, plenty will be either or.
tracker1 956 days ago. link 1 point
Deleted the duplicate posts... leaving this.  Note: this is a JS content related site... see the about page[1].  While your tool looks interesting, it's really headed into off topic territory.

FTR, I've been playing with Rust, tauri and yew... the whole space is very cool along with support for wasm tooling.  It's just off topic in this space.  You may want to post to Hacker News[1] or other more general developer groups.  Alternatively, if you wrote an article showing how you can integrate this with say package.json for a node project, or with Deno... that would at least be borderline.


1. https://www.echojs.com/about

2. https://news.ycombinator.com/
tracker1 956 days ago. link 1 point
Deleted the duplicate posts... leaving this.  Note: this is a JS content related site... see the about page[1].  While your tool looks interesting, it's really headed into off topic territory.

FTR, I've been playing with Rust, tauri and yew... the whole space is very cool along with support for wasm tooling.  It's just off topic in this space.  You may want to post to Hacker News[1] or other more general developer groups.  Alternatively, if you wrote an article showing how you can integrate this with say package.json for a node project, or with Deno... that would at least be borderline.


1. https://www.echojs.com/about

2. https://news.ycombinator.com/
[more]