Tamer Ağaoğlu

Results 10 comments of Tamer Ağaoğlu

ReferenceError: window is not defined

that's almost like the issue AnnouncementTranslation.php (note: have getter and setter) ```php /** * @ORM\ManyToOne(targetEntity=Media::class) */ private $media; ``` AnnouncementCrudController.php ```php "fields" => [ "media" => [ "field_type" => MediaType::class,...

i found that A2lix\AutoFormBundle\ObjectInfo\DoctrineORMInfo; ```php if (!$metadata->isAssociationInverseSide($assocName)) { continue; } ``` to ```php if (!$metadata->isAssociationInverseSide($assocName)) { $assocsConfigs[$assocName] = []; continue; } ``` but, sometimes I have to ManyToOne field using...

I living a smilar issue. ``` DSN correctly configured in the current client Sending test message... Message sent successfully with ID 0bc9ef1332d545fdb1277f3dfc00bb12 ``` but havent a issue from issue box

i think require wrapper div

I'm using EasyAdmin and I had the same problem ... did you fixed the issue ?

Unfortunately, I manipulated DoctrineORMInfo file ```yaml a2lix_auto_form.object_info.doctrine_orm_info: class: App\ORM\DoctrineORMInfo arguments: ['@a2lix_auto_form.doctrine.metadata_factory'] ```

function getVimeoMeta($videoId) { try { $hash = json_decode(file_get_contents("http://vimeo.com/api/v2/video/{$videoId}.json")); if (is_array($hash) and array_key_exists(0, $hash)) { return $hash[0]; } } catch (\Exception $e) { return false; } return false; } function getYoutubeMeta($videoId)...

it is dont worked on me https://fb.watch/6792vs388u/

yes i tried but so basically, ı turn this "https://relay.dev/graphql/connections.htm" later. maybe that gives an idea https://github.com/tamert/nest-typeorm-graphql-jest/blob/0fe1e7bfb22f50e3f45bf4631179f12f620f1282/src/recipes/recipes.resolver.ts#L34