dwkns
dwkns
There is no hover in mobile Safari. Labels appear when a marker is clicked. They disappear if you tap on a map, however if you directly tap on another marker...
I'm using foreman and a Procfile to start up a bunch of services including ngrok. At it's most simple. ````ruby webserver: bundle exec rerun -- rackup -s puma -p 8000...
I'm trying to create a live preview system for a CMS Consider this data: ```json [ { "name": "post1", "content": "Content for Post 1" }, { "name": "post2", "content": "Content...
Add a --remove_missing (or similar) option. This would remove dock items which are 'missing' their target applications and are therefore showing a '?' instead of the application icon. Is this...
Improve description of how Dynamic Slugs to Subset Your Pagination works. See: https://github.com/11ty/eleventy/issues/2544 It wasn't clear (to me) that you have to use an `Object` for your pagination data. Typically...
On OS X 10.11.2 - Sublime Text 3 I have the htmlbeautifier gem (1.1.1) properly installed. From the terminal `htmlbeautifier my_file.html.erb` works as expected and beautifies the file. The plugin...
The previous BrowserSync dev server had an `open: true` option that would open the browser window when the server started. Would be nice to have that added back in. This...
### Operating system Mac OS 15.3.2 (24D81) ### Eleventy 3.0.0 & 3.0.1-alpha.5 ### Describe the bug Ultimate goal improve [eleventy-plugin-console-plus](https://www.npmjs.com/package/eleventy-plugin-console-plus) to support [expand/collapse style](https://pgrabovets.github.io/json-view/) view I have a shortcode I'm...
This PR introduces documentation for setting up Tailwind CSS with [Eleventy](https://www.11ty.dev) projects using the [Eleventy Vite Plugin.](https://www.11ty.dev/docs/server-vite/)