Christoph M. Becker
Christoph M. Becker
Thanks for the clarification! I'll provide a PR soonish.
From https://github.com/krakjoe/uopz/issues/71#issuecomment-371154995: > uopz is primarily targeted at legacy code testing, […] I fully agree. Everybody is better off overhauling their code so it doesn't need the dirty tricks uopz...
Ubuntu and macOS CI failures are unrelated.
The CI failures are unrelated again (note that there are occassional segfaults on MinGW for different tests; that might justify some further investigation).
Rebased and force-pushed to get CI green (at least Ubuntu should be fixed in the meantime).
Cool, works, although I dunno why, since I forgot to update the `PNG_PNG_LIBRARY_DIR`. And the include dir reported by pkg-config doesn't match the hard-coded `PNG_PNG_INCLUDE_DIR`. Maybe @dg0yt can help? For...
> if `pkg-config` provides the correct values, we shouldn't need to override any of the PNG variables in the first place ... Only if we used pkg-config for CMake configuration,...
As a user, reading the current documentation, I might wonder what a "column of an array" is (after all, there are no real multidimensional arrays in PHP). While the description...
> I believe this might cause some troubles if the cloned image brush/tile are later set to a new image. Right. And what happens if a tile/brush is set on...
> But rather file browsers, right? Seems so. @manu37 can you please clarify?