HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gregabbott

no profile record

comments

gregabbott
·قبل 8 أشهر·discuss
Thanks! Reworked for Firefox.
gregabbott
·قبل 8 أشهر·discuss
Plain text, markup and Markdown to HTML with XSLT:

REPO: https://github.com/gregabbott/skip

DEMO: https://gregabbott.pages.dev/skip

(^ View Source: 2 lines of XML around a .md file)
gregabbott
·قبل 9 أشهر·discuss
In another comment, I mentioned a vanilla JavaScript function I published in 2024 called Chute. https://github.com/gregabbott/chute

In a similar way to the featured project, Chute also uses proxies to work like a pipeline operator. But like in your reply, Chute uses a dot-notation style to chain and send data through a mix of functions and methods.

You might like to see how Chute uses proxies, as it requires no `chainWith` or similar setup step before use. Without setup, Chute can send data through global or local, top-level or nested, native or custom, unary, curried or non-unary functions and methods. It gives non-unary functions the current data at a specific argument position by using a custom-nameable placeholder variable.

The Chute page describes some more of its features: https://gregabbott.pages.dev/chute/
gregabbott
·قبل 9 أشهر·discuss
In case it might interest anyone, I wrote a similar vanilla JS function last year called Chute. Chute chains methods and function calls using dot-notation.

https://github.com/gregabbott/chute
gregabbott
·قبل 10 أشهر·discuss
Related HN Thread: https://news.ycombinator.com/item?id=4642395