User Details
User Details
- User Since
- Jul 27 2024, 08:03 (20 w, 4 d)
- Availability
- Available
Jul 31 2024
Jul 31 2024
gemini133 committed rP721d5ed64b70: fix PHP8 array_slice($results, null) which cause diffusion pattern search broken.
fix PHP8 array_slice($results, null) which cause diffusion pattern search broken
Jul 30 2024
Jul 30 2024
gemini133 added a comment to D25756: fix PHP8 array_slice($results, null) which cause diffusion pattern search broken.
follow @valerio.bozzolan what suggested at https://we.phorge.it/D25750#20386.
we barely used pattern search but it indeed was broken.
with this fix, it works.
gemini133 committed rPf75b66b27a34: fix PHP8 array_slice($results, null) which cause diffusion locate file broken.
fix PHP8 array_slice($results, null) which cause diffusion locate file broken
Jul 29 2024
Jul 29 2024
gemini133 added a comment to D25750: fix PHP8 array_slice($results, null) which cause diffusion locate file broken.
Jul 28 2024
Jul 28 2024
gemini133 added a comment to D25750: fix PHP8 array_slice($results, null) which cause diffusion locate file broken.
Many thanks for your patience. you're very kind!
but I do have trouble landing this diff.
not sure what I'm doing wrong.
gemini133 added a comment to D25750: fix PHP8 array_slice($results, null) which cause diffusion locate file broken.
I skiped the linting and unit testing because they take time to process. too much for this tiny change