Claus-Justus Heine
Claus-Justus Heine
See discussion on #2930 and related bug reports.
The PR #2930 removes entities from the object manager cache after soft-deletion in order to avoid spurious findBy() results which happily return cached entities. This is probably the desired behaviour...
This refers to the PR doctrine-extensions/DoctrineExtensions#2930 which removes entites from the object manager regardless whether the soft-deleteable filter is active or not. The commit just adds a test with a...
This PR address #347 and its duplicate #700. The commit also adds a test. The idea is to maintain an array of iterators, compare their current values and pick the...
Thank you for your nice piece of software! I am trying to compile from source on Ubuntue 25 (plucky) with php 8.4.5. After running phpize and configure I try to...
Referring to commit d2564a0a This commit damages consistency in the calling code (attached event handlers references to the this.$input element) because it deletes the current $input element and attaches *another...
Just some brain-storming: this app adds means to obtain the second authentication factor via various service providers. It would be nice to have some "integration tests" -- ideally for all...
### Issue There were some open issues - #574 - #578 - #579 and a couple of changes in my own fork at https://github.com/rotdrop/twofactor_gateway/ addressing the Signal messenger which were...