darkopetreski

Results 8 comments of darkopetreski

> Probably not as default behaviour, but would be interesting as optional behaviour. I'm not convinced the linked spec is well defined though: how should the row > > ```...

@joeycumines Nice work, is your translation ready to be used ? Can I find it in graphana dashboard website to be imported via id ?

@joeycumines Thank you very much, it seems to work very well :)

I am facing the same problem. Parent component and array of child components with several fields with validators. When hot reload I get recursion. I will try to provide example...

I am using the following to achive the functionality: 1. Append close button as a slot ```vue Close ``` 2. Add some css to show the close button only when...

For now I have solved the problem by the following code: ```php use Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler; #[Route('/autologin', methods: ['GET'])] public function autologin(AuthenticationSuccessHandler $authenticationSuccessHandler): Response { $user = .... return $authenticationSuccessHandler->handleAuthenticationSuccess($user); } ```

Thank you for the advice, I will give it a try :)