Alin Alexandru

Results 15 comments of Alin Alexandru

On linux the issue starts with 0.63.1. I have compared https://dl.nwjs.io/v0.63.1/nwjs-v0.63.1-linux-x64.tar.gz with https://dl.nwjs.io/v0.63.0/nwjs-v0.63.0-linux-x64.tar.gz. A haven't found anything in the code by comparing the diff between 0.63.1 and 0.63.0. I think...

@drybjed What needs to be done here? Or can be closed?

@mathieumd I have tried to create a role with my friend @LeonardoAndrei https://github.com/debops/debops/pull/1163/files It is very complicate to generate the configuration file. Take a look at how the default configuration...

I don't know the real ratio. This is the article https://www.rfc3092.net/2017/06/mysql-max_connections-limited-to-214-on-ubuntu-foo/ I don't know if mariadb role should set ``` LimitNOFILE=infinity LimitMEMLOCK=infinity ``` This will solve those issues.

@NgoDuVietHung97 I saw that some tests have failed. Is because of my PR?

The first test was with success. Can you explain what SymfonyUser parameter is doing?

It works on website, but I don't know how to configure it for https://github.com/lexik/LexikJWTAuthenticationBundle I can not find a way to trigger the success_handler ``` api_login: pattern: ^/api/login provider: chain_provider...

I have created 2 listeners and used the ldap_tools_bundle.guard.login.failure and ldap_tools_bundle.guard.login.success events. That's how I managed to change the response into a JSON one for the LexikJWTAuthenticationBundle bundle