masnada lilian

Results 3 issues of masnada lilian

I'm trying to get the vextab api in an angular-cli project. I manage to get Vexflow working but I can't get `import * as vextab from 'vextab'` here a stackblitz...

I'm trying to get chain provider working. Here my security.yml. I'm on synfony 4.3 `security: encoders: AppBundle\Entity\LdapUser: plaintext FOS\UserBundle\Model\UserInterface: plaintext providers: chain_provider: chain: providers: [fos_userbundle, fr3d_ldapbundle] fr3d_ldapbundle: id: fr3d_ldap.security.user.provider fos_userbundle:...

Is it possible to use the __clone function inside de User class? Each time I implement this class I get really strange beahavior... The app always return to the login...