pL Lafleur
pL Lafleur
There are 3 new UUID formats https://www.ietf.org/id/draft-peabody-dispatch-new-uuid-format-03.html#name-new-formats
I am experiencing it. ``` namespace Models; use Doctrine\ORM\Mapping as ORM; use Gedmo\Mapping\Annotation as Gedmo; class Folder { /** * @Gedmo\Translatable * @ORM\Column(name="name", type="string") */ private $name; } ``` Results...
@stiefn How did you change the foreign_key type of the default table?
Do not chmod to 0777 as it gives EVERYONE execution privilege in that folder. Use 0755 to give EVERYONE write access instead if you have to, but in truth you...
Same here, rounded or not the initials are not vertically aligned, making this entire thing useless.