Joris Steyn
Joris Steyn
Hi Steven, your last reply makes sense and I think we're both working on the right things. Having multiple standalone components that work with a pure semantic/wisent package is the...
Hi @periklis, @stevenremot, @trashofmasters and @kostajh > Any update on the status of an independent wisent-php grammar project? I have not pushed anything past few weeks, but have been working...
> So I'll make one promise FYI, it's not coming today but it's coming. Still polishing things up.
Unfortunately, there's nothing you can do from a user-perspective to get the desired indentation. It's not supported by php-mode. I'm pondering on a solution so do keep track of this...
This is slightly related to #199, which is fixed by 801a2d5 but only in a very dissatisfactory manner. I plan on finding a better solution for this issue and #199...
This problem might have been caused by the order in which the AppKernel registers the bundles. You should take care to register the LexikTranslationBundle *after* the FrameworkBundle, otherwise it doesn't...
I believe this is important because the default behaviour could be considered a security vulnerability: if a user with an active oauth token changes his username, and another user changes...
Also, `DoctrineCredentialsRevoker::revokeCredentialsForUser()` makes the assumption that the user identifier is the username, which is incorrect if using the default UserConverter. The method should take an `Trikoder\Bundle\OAuth2Bundle\League\Entity\UserEntityInterface` as argument to make...
I give up: the assumption that the username is the user identifier is too hard-coded. Overriding the UserConverter is not practically possible. To prevent the described security vulnerability, you must...
This happens to me over SMTP, even though the domain name has no quad-A records.