timhj

Results 19 comments of timhj

I came across this issue upgrading through to php 8.0 (may have been a 7.4 change). Resolved it by checking if the $key was a string. Debug.php:205 `if ($key[0] ===...

I'm not sure, it did work for us on 7.2 without this issue. There was another crucial change to fix this issue actually. In the Kohana_Arr class there was a...

Is your language config file returning an Array or StdClass? If an stdclass/object, return an array. The config loader uses Arr::Path, which would have started failing on objects in PHP...

Actually - it looks like the expected behaviour with Arrays using Path was removed in this commit before my PR. https://github.com/koseven/koseven/commit/a58959e9eb072ede933e92f2b67db2f0a4751154#r66381687 I'll drop a fix in and look to get...

@ajuszczyk - I mentioned two fixes, did you apply this one: https://github.com/koseven/koseven/pull/467/files ? It looks like it should solve your issue as you're getting individual values from the config array,...

@Daijobou - yes running in 8.0 (all environments) for maybe six months. @chrisgo @pfuhrmann @neo22s - Yes, Koseven 3.4.X should be the version number (following [Semantic Versioning](https://semver.org/) pricinciples) as there...

@DanielJDufour - `Extra Samples: 1` makes no difference but interestingly `ExtraSamples: 2` makes semi-transparency work, you can see underlying map through the edges of heatmap elements in this screengrab: As...

@DanielJDufour - This was resolved without any issue in the library. Setting an incorrect `PhotometricInterpretation` value for metadata was the cause of the issue.

@DanielJDufour - Done, PR requested. Unit test not written but have built and tested the changes and all worked as expected (`Error: unknown type of tag:` errors are gone, Metadata...

@uBizzy Confirming this issue still exists in the branch and that @silasautomation's fix resolves it. Have submitted a PR with the resolution @ https://github.com/koseven/koseven/pull/544