EHBradford

Results 8 comments of EHBradford

> @sudha-anecure what's your problem? give me the context I would love to try the ganttastic version but I have no idea how to define in the pubspec.yaml file which...

> We co > > > > @sudha-anecure what's your problem? give me the context > > > > > > I would love to try the ganttastic version but...

> > We co > > > > @sudha-anecure what's your problem? give me the context > > > > > > > > > I would love to try...

In case someone line myself needs to a quick fix and cannot wait for the PR I was able to get this to work by modify the src/Resources/ApiResource.php file to...

I am also having this issue. I believe my table is correctly defined: ``` CREATE TABLE `trains` ( `trn_id` bigint unsigned NOT NULL AUTO_INCREMENT, `emoji` varchar(128) CHARACTER SET utf8mb4 COLLATE...

More info, the $db->getLastError() call reveals the following: Incorrect string value: 'xF0x9Fx8DxBB' for column 'emoji' at row 1

I just double-triple-quadruple checked my work and found in this particular instance that my opening of a connection to the database was not specifying the charset correctly nor the collation....

I am having this exact same problem. Meta-data was working properly on my website about 4 weeks ago during the initial coding stages. We had to delay the implementation a...