Patrick Arlt
Patrick Arlt
I've put quite a bit of work into making Acetates existing helper API as simple as possible. Mostly by removing things from what you can do with Nunjucks. Right now...
- `mode:server:ready` - `mode:watcher:ready`
Pretty easy with the new query stuff. 1. Create a query of all pages 2. Use that query to build an index in [lunr.js](http://lunrjs.com/) 3. Output the index as part...
It looks like everyone in the Node community is using https://github.com/mashpie/i18n-node so we can use that for translation. We can register a custom global to wrap the translation function so...
A sitemap extension would be extremely simple now with the query interface and a few metadata options like `changefreq` and `priority`.
I'm working on implementing some custom elements for basic web design pattern like tabs ect... I am seeing a few errors that `a11y` is reporting that do not appear when...
## Search Terms package, link ## Problem I have a large monorepo with several packages that include a shared `types` package to handle common interfaces that are used multiple packages....
I have been able to reproduce some strange results by constantly adding data to the heatmap. here is what it looks like...  If you add this code to the...
With Esri UC winding down I thought it would be a good time to clarify the nature of Esri Leaflet and the future of the project. Esri Leaflet has its...
Creating label layer would be fairly easy using something like https://github.com/Geovation/labelgun or https://github.com/MazeMap/Leaflet.LayerGroup.Collision as a new plugin.