Eric Celeste
Eric Celeste
@danielbachhuber +1, happy to pay, happy to help, let us know what you need, we use this extensively on a magazine site.
You can try to view it in the Wayback Machine... http://web.archive.org/web/20200122081548/http://flipclockjs.com/
Please pull this into the shipping code. I need to be able to handle the "Enter" key so that the OTP gets validated when the user hits the return key,...
On closer inspection, I believe my request may boil down to dispatching a `columnsChange` at the end of the `init`. This is already done at the end of a `recreateColumns`,...
I just added a `display: none;` to the my masonry containers. For example: ```css .masonry-container[data-columns]::before { content: '3 .masonry-column.masonry-size-1of3'; display: none; } ``` The fact that the `::before` is not...
I would love this even in the addon scenario where it leaves the CP broken. In my case I'd be happy to manage such a directory from the filesystem directly....
This is still a thing. I am seeing the problem on Static Site Generator 3.0.2 which is currently the latest update, but does not match the 3.0.1 version that Statamic...
I am trying the manual Warpify code for fish and that does get me into the remote with a fish shell, however there are still some rather unfortunate gaps when...
I just tried the "show background blocks" feature and it shows a radically different behavior when on a local machine vs. a remote machine. When I type `ls s` on...
I'd really like to see this too, or maybe get a few hints about how to get a similar result from a plugin?