Guillaume Huard Hughes
Guillaume Huard Hughes
Considering the `.gitignore` file would be a nice enhancement. I would'nt had any issues with that. --- --- ### Some Ideas --- Maybe it could be an idea to remove...
I've the same probleme with ionic. **You can solve the probleme by copying his files in your project and use it as a directive.** (That's not nice, cannot update to...
Good to know. Thanks!
You can add that in your robots.txt (Should help) ``` User-agent: * Allow: / Disallow: /keystatic/ ```
Oh and I click on a version when it was telling "click to build", maybe that's the cause? 
Not much of your links works.. So hard to help you. Be aware than on Android specials caracters isn't supported. `my-animation.riv`
A lot related with that issue: https://github.com/rive-app/rive-react-native/issues/163
I though for a moment that I could do something like that ```lua Snacks.explorer.open({ on_show = function(picker) picker:action("explorer_close_all") end, }) ``` But the action "explorer_close_all" doesn't exist. Anyways, it im...
Yay, that works fine on my side! Thx! Even my previous example works now. As you say, `follow_file = false,` is required. Here what I got now: ```lua Snacks.explorer.open({ follow_file...
I could close the **feature request**, but I still think it could be way more intuitive to simply have something like `{collapse = true}`. Also it would fix the delay/shift...