Jens Giessmann

Results 7 comments of Jens Giessmann
trafficstars

If .efi filename is your problem try this as workaround: https://github.com/churchers/vm-bhyve/issues/336#issuecomment-565768120

Hi, check the value of `sysctl net.link.tap.up_on_open` on your host. It has to be set to 1 Have you run `vm init`?

How are you going to know from the schema that a tinyint(1) column should be "just" a bolean? As mysql accepts 255 different values for a tinyint(1), such cols can...

We could of course now "simply" include `Content-Disposition` in line 239, but what do you think about making the list of headers that are copied from the response configurable (--originHeaders...

PHP min version must be raised to 7 due to the usage of the Null Coalescing Operator `??`

for phpdoc see https://github.com/yiisoft/yii2/pull/20146 about catching the exceptions inside of save(): I think this should/can not be done, as exceptions thrown within save() can be (or are) used to handle...

> Why do we even use `copy()` JFTR: The option to use rotateByRename has been removed here: https://github.com/yiisoft/yii2/issues/19259