Takashi Kanemoto

Results 36 comments of Takashi Kanemoto

@sull I think you can ignore all changes on local by configuring `repos[].ignores` in [~/.config/ghsync/default.yml](https://github.com/ttskch/ghsync/blob/master/config/default.yml.placeholder#L4) like below: ```yml repos: - remote: {owner}/{repo} local: /path/to/local/repo ignores: - ** ``` Please try...

FYI, `repos[].ignores` is an [anymatch](https://github.com/es128/anymatch)-compatible definition.

@sitaramshelke Oh, sorry for my misunderstanding. You can collapse the content of the post just by inserting `` tag in your post. At [this demo](http://qckanemoto.github.io/jekyll-qck-theme/) you can find a collapsed...

Anyway, I'm trying to implement collapsed sidenav ongoingly :)

@fdiedler /cc @Ang3 Following code works well for me :+1: ```php use EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\ChoiceFilterType; use EasyCorp\Bundle\EasyAdminBundle\Form\Type\ComparisonType; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony\Component\Form\Extension\Core\Type\HiddenType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; class GenerationFilterType extends AbstractType {...

@soyuka Thank you for your review. I've accepted your suggestion and fix the code. However, I noticed something and am starting to question this PR fix. I would like to...

@soyuka I believe that `@id`, `@context`, and `@type` all must have values ​​in the output, is that correct? If `@id` can be included in the request body as mentioned in...

@soyuka With the merge of #6451 into 3.3, it is now the correct specification that the request body includes `@context` `@id` `@type`. Therefore, the current situation where they are not...

Just adding `->setCustomOption('widget', null)` will resolve this issue👍 > See here: > https://github.com/EasyCorp/EasyAdminBundle/blob/v4.10.2/src/Field/Configurator/AssociationConfigurator.php#L91-L93 > https://github.com/EasyCorp/EasyAdminBundle/blob/v4.10.2/src/Field/Configurator/ChoiceConfigurator.php#L102-L105