On pigweed.dev I managed to hack together a search-as-you-type UX using only Sphinx's built-in client-side JS search logic. As you type stuff into the search query textbox, you see inline results u... (more…)
Read more »
The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can… (more…)
Read more »
MergeResolver is an experimental GitHub application for JavaScript projects. When you install MergeResolver on a repository, it waits for a conflict to happen. Conflicts can happen with new pull requests, or when a new commit to master conflicts with one ... (more…)
Read more »
Despite writing JavaScript almost every working day for the past seven years, I have to admit I don’t actually pay that much attention to ES language announcements. Major features like async/await and Proxies are one thing, but every year there’s a steady... (more…)
Read more »
A blazing fast 100% spec compliant, self-hosted javascript parser written in Typescript - KFlash/seafox... (more…)
Read more »