Jeeho Ahn

Results 10 issues of Jeeho Ahn

Since this project is used as sort of a static site generator, a blog component and editor would be a great feature in the long term. Still thinking how to...

enhancement

[Craft.js](https://github.com/prevwong/craft.js) is another page-builder framework like Grapes.js (which destack currently uses) However, Grapes.js isn't the best fit for this project. ## 1. TypeScript support Fully typing Destack isn't possible yet...

Currently, Tailwindcss is loaded from a cdn. This is not very ideal (slower TTFB, external dependencies, slower performance) Building Tailwindcss locally with a custom config will give greater customizability to...

enhancement

I'm having issues setting up consul on ipv6-only hosts. ``` TASK [ansible-consul : Expose advertise_address(_wan) datacenter and node_role as facts] ********************************************************************************** fatal: [dfw-master-2]: FAILED! => {"msg": "The task includes an...

Almost all of your images are round, but `next/image`'s blurred placeholders can't be styled very easily. Have you considered putting a wrapper around the images? It'll add a bit of...

**Describe the bug** I think Craft.js is importing lodash (isEqualWIth.js) incorrectly. **To Reproduce** Steps to reproduce the behavior: 1. Clone https://github.com/liveduo/destack 2. Install material-ui & other deps 3. Copy files...

Squircles for the rounded corners would look really nice. They have no sudden changes in curvature unlike the current implementation. I guess this would be quite complicated to implement, but...

feature

This pull request adds support for scroll delay in locomotive-scroll v5. The `data-scroll-delay` attribute can be set on the element to control the delay duration. If the attribute is not...

**Is your feature request related to a problem? Please describe.** The `data-scroll-delay` attribute is not available in Locomotive-scroll v5. **Describe the solution you'd like** Added support for the `data-scroll-delay` attribute....