Tiberiu Popa

Results 6 issues of Tiberiu Popa

It seems that loading fixtures and setting references are not working when the sqlite caching is enabled. It gives an array to string conversion error. ``` /app/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:3034 /app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:491 /app/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/ProxyReferenceRepository.php:78 /app/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/ProxyReferenceRepository.php:105...

bug

Hi, Short story, I have groups of components(a hidden and a select) that represents an enumeration value(group and code) The issue is I have a form where I need to...

Everything starts fine on the first run, but when changing code and hot reloading is triggered, the worker seems to gracefully shutdown successfully, but upon restarting, the process complains the...

**What happened**: Following the specs for 0.8, I can't seem to make auth definition to work ```json "auth": [ { "name": "azure", "scheme": "oauth2", "properties": { "grantType": "clientCredentials", "clientId": "${...

legacy

I'm using nestjs-temporal package, but I assume it would be the same with the nestjs typescript samples provided(if using nest start worker --watch). Everything is good at first run, but...

bug