Pedro Pinto
Pedro Pinto
My point is that, from what I understand about VueDS, `/src/elements/` is where we're supposed to build our own components. And `/docs/components/status/Components.vue` is part of VueDS itself. Isn't it weird...
Inside `_config.yml` I have: ```yml title: "Hello" pagination: enabled: true per_page: 1 title: "NOP" ``` I was expecting: `NOP` I got: `Page [X] of [Y] for NOP | Hello` This...
Notice how the caption is different than the text above.  Source: ```md This is a caption with a [link](#) and **bold** text  This...
Hi! It _seems_ like this action is also creating a storage app in my Fly.io dashboard — could that be the case? If so, why does this happen? ![Screenshot 2023-03-28...
I've previously looked at issue #128 and even commented with a question but got no answer and I still find this odd. I'm using JS and I'm hoping I can...
Line 57 is: ``` var typedItem = item[itemTypeConstructorName](); ``` And `itemTypeConstructorName` for this specific `item` is `"asFileUploadItem"`. I do have a file field on this form. Am I missing something?
### Operating system macOS 14.5 ### Eleventy 2.0.1 ### Describe the bug Sometimes my website ends up in a weird loop of rebuilds when developing locally. Looking at the logs...
**Describe the bug** Upstash has just [recently announced](https://upstash.com/blog/redis-new-pricing) new pricing models. Since the databases created by `fly` need to be updated/maintained by `fly`, I tried to use `fly redis update...
**Describe the bug** I have a `release-date` field with a custom `date_format` set to `DD-MM-YYYY`, so something like: ```yml name: 'release-date' label: 'Release date' widget: 'datetime' date_format: 'DD-MM-YYYY' format: 'DD-MM-YYYY'...
Hey! I wish I could view two extra fields while glancing at my stock overview: next due date (only one product is showing) and location. Is this possible to enable...