Sander Verkuil

Results 8 comments of Sander Verkuil

I thought fixing it would be a bit more difficult, but the fix was quite simple as it was the same as the `binary` column type. The question is more...

Apparently, Symfony flex will automatically clean up the files from a recipe if the dependency is no longer relevant, as can bee seen [here](https://github.com/symfony/flex/issues/613#issuecomment-613366648). By installing this package, you already...

Icons are not provided by this library, and it depends on which icon library you use. The default configuration appears to be for font awesome, so take a look at...

I'm having a similar issue, so I'm interested into why there is a difference between including the template, and rendering a block from a template. Defining the template as such:...

In the Google Cloud Platform the authorised javascript source is `https:///`, and the authorized redirect url is `https:///auth/sso/`. That appears to be correct. Where would I configure that in the...

@okainov I followed the installation guide for sentry, and the install directory was `/www/sentry`. It was installed in a virtual environment, so the packages were installed in `/www/sentry/local/lib/python2.7`. The file...

Yeah, I indeed understand that it would not be able to work. Right now, I'm enabling the translator in CI/CD, which I'm hoping will work. Otherwise, I'll have to write...

@smnandre Unfortunately only disabling it if the translator is not enabled didn't work. When the framework is enabled, the forms (or validator, or some other bundles that require the translator)...