Giso Stallenberg

Results 39 comments of Giso Stallenberg
trafficstars

This field was configured after it existed in the database (clicking "Database Only: Click to configure). I found out that in that case the 'special' column will not be set...

So now there's two issues: * When creating a toggle field from an existing db column the casting is not set * When a fields _interface_ is boolean the OAS...

I also really like the column `Operation`, by which you could easily identify **downgrades**. @peterjaap are you going to give a PR a try?

When publishing an article in one language the ArticleGhostIndexer also indexes, resulting in the article being in indexes of other languages, resulting in the article being available in smart content...

@changuelsami can you run the command using 'very verbose' to find out what Elastica is doing at 75%? ```php bin/console fos:elastica:populate -vvv``` It might help you track down the problem

If this is a feature you'd like, I'm willing to provide a PR.

@Aeka123 this is already possible AFAIK, see https://github.com/PHPOffice/PHPWord/issues/1390. Or do you mean something else? But at the moment you must know the block names from the templates, which makes it...

When I look at the 'Fixes' in https://github.com/docker/compose/releases/tag/v2.24.6, I don't see this mentioned here. Is this fix the reason I'm seeing this? ``` service "foo-service" can't be used with `extends`...

I like the apt way better, but otherwise one could run ```bash pipx install thefuck ``` given that `pipx` is available (or run `sudo apt-get install pipx`, to make it...