Marcus Reinhardt

Results 84 comments of Marcus Reinhardt

Can we move this issue to the website repo? https://github.com/gridsome/gridsome.org FYI: @hjvedvik / @tomtev

Workaround: ``` "repositories": [ { "type": "composer", "url": "https://wpackagist.org" }, { "type": "package", "package": { "name": "marcusig/gutenberg-section-block", "version": "1.0.0", "type": "wordpress-plugin", "source": { "url": "https://github.com/marcusig/gutenberg-section-block", "type": "git", "reference": "master" }...

Hi @dillonraphael, yes this solves the issue. After running `blitz new blitz-issue-3818`: ![Bildschirmfoto 2022-09-07 um 09 20 05](https://user-images.githubusercontent.com/521777/188814874-79f3dab3-141b-4399-b348-e41c9a2a79ba.png) After deleting the `.git` directory and running `git init` (+commit): ![Bildschirmfoto 2022-09-07...

Based on this comment https://github.com/gridsome/gridsome/pull/866#issuecomment-564532105, i think you have the following options: 1. Create the schema manually / Extend the automatic generated schema with the "optional" fields to ensure that...

If it's okay to have also the range selection, then it's already possible to choose only one date. [32f4e654-023a-4b5b-8238-1dcebd9080a8.webm](https://user-images.githubusercontent.com/521777/196815745-338e0817-c14d-4a60-8af3-0fb3441ae892.webm) If not, I think the `DatePicker` component needs to be updated...

Do you mean something like that? ``` php artisan make:repository ```

hmmm.. not sure if it makes sense to add this to the core. What do you think @Omranic ? My opinion to this: Its sounds more like a "nice to...

You could use `yarn link` or `npm link` to reference to your local gridsome sources.

> Does it have identical featureset, subset or superset of vue-meta? I checked just the docs and it seems only the `titleTemplate` is missing - But this should be easy...

@tomtev @hjvedvik which one do you prefer?