Alex

Results 51 comments of Alex

Try setting the index to the `id` of the item instead of a vue-generated index number.

Yes, the console warning is a known error. The app should still work as normal though. :) I'm sure the error bug will be sorted out eventually.

I had this problem as well and worked around it by toggling the list off and on again. Because my data was updated correctly, but it didn't re-render. First, set...

Has this PR been put on hold? There has been pull requests for this since 2018 and they always get stuck. Are you waiting for something specific before it can...

Same problem here, also with polygons. I'm updating the polygon properties, which should make a mapbox layer filter show the polygon in another color, but it doesn't work. The only...

Which date format will be used? YYYY-MM-DD is the most common format. For W3C validation and sitemap validation it's required.

Maybe we should add pagination to the list? It's a crucial feature for any blog or news site. :)

So basically you want to be able to simulate having different input fields, like a normal CMS might have? Like a header, body and footer part of an article? Sounds...

Just leaving a note here that one of the proposed CLI commands is to expand `reptar new` with custom file types, such as `reptar new review`. There is an issue...

Would it not be enough to have something like this? _post_templates.json ``` { "post": { "metadata": { "title": "", "date": "", "tags": "" }, "folder": "./_posts" }, "page": { "metadata":...