Xian Boullosa

Results 6 comments of Xian Boullosa

I've been tampering a bit with the library, and found out a solution, `.forChild` forgets to provide a `TranslateStore`, adding ```typescript providers: [{ provide: TranslateStore }] ``` to the Shared...

Same here, affected by this Issue, I've been looking for a way to override the Jenkins url at jnlp file, but seems that is not possible.,

I ended up switching from JNLP launch method to SSH, SSH works quite well if you can solve the issues with JNLP missing URL, as it relies on Master being...

Yes, once you try to clone a repo using the token. Using git clone https://user:token@instance/git/testRepo.git you're allowed to clone the repository, but a login attempt is launched against LDAP, which...

In this use-case, I'm not talking about sessions that expire. I'm talking about a living environment, where the application can manage the user (change it's password / permissions / roles)....

#105 quite encourages them to be synchronous, adding a layer that allows the user to decide when they should be fired.