Daniel Sloof

Results 25 comments of Daniel Sloof

@nascheme I have the same issue with GL, so I have disabled the Aghanim's dashboard entirely, see: https://www.reddit.com/r/DotA2/comments/rkyk50/how_to_disable_the_dashboard_cinematic_entirely/ I know this doesn't fix the original issue (I'd love to go...

Same issue here. - Vulkan - RTX 3070 with latest driver - Ubuntu 21.04

@kisak-valve please have a look

Good question. I will tag @willy-ahva since he wrote that code and I'm not sure what it would break if we removed that bit.

The following should then also work, and should be a bit cleaner: ``` php $value = trim((string)$object->value); if (strlen($value)) { $return[$i][$object->key] = $value; } ```

I think that should work, so that's why these are probably 2 issues: - Why do we need to set empty values to `NULL`, instead of not setting them at...

It's not a huge issue for me, but I can confirm that setting validation strategy to `validation-skip-errors` does not actually work.

Same goes for `multipleValueSeparator`, so it seems that settings aren't properly passed to import model.

Confirming this issue on Ubuntu 21.10 with nvidia-driver-510 (RTX 3070).