Dezső BICZÓ

Results 141 comments of Dezső BICZÓ

Okay, so the same trick is not going to work inside `\Drupal\apigee_edge\Job\DeveloperCreateUpdate::executeRequest()` because the last modified date on the developer is a immutable and calculated on the server (as it...

Thanks for the notice. I need to investigate what happens and what would be a proper fix

Also, how it could happen that static code analyzers did not spot this already?

Identified when i worked on #1153

Yes, but in my reading PHPStan complains about passing a more specific type to the Closure instead of a less specific one, `class Foo implements \IteratatorAggregate {}` is passed where...

Yes there could a typo, line 12 could also work. The actual improvement is making the $iterable parameter generic, anyhow.

My focus was shift a bit, I'll try to come up with an actual fix

> Alternatively, maybe this should become a built-in feature of the require command to have a way to automatically unpack a package. The API needed for plugins would then be...

ujson++ ``` bin/vectordbbench pgvectorhnsw --config-file pgvector-hnsw.yaml Traceback (most recent call last): .... .../vectordb-bench/lib/python3.12/site-packages/vectordb_bench/models.py", line 7, in import ujson ModuleNotFoundError: No module named 'ujson' ````

https://git.drupalcode.org/project/gitlab_templates/-/merge_requests/408#note_604599