Younes Ouadi

Results 13 comments of Younes Ouadi

@knownasilya IMHO, managing downstream dependencies is a basic feature of CI/CD platforms. While it is not straightforward to trigger build of downstream projects (managed by Strider) of a project managed...

I think that the [Set default auth type](https://github.com/Strider-CD/strider/commit/2a27cff3a5aa91f6d5e05563b1977a16cfb149dc) is a solution given that: - the page rejects the config in case the repos is an `ssh`, `http` or `https` repos...

Well, the [`j8583`](https://github.com/chochos/j8583) library doesn't help much in this case. The `MessageFactory` requires that the user should know beforehand whether the header is present or not and in case it...

Yes, indeed It has been long time I remember very vaguely the solution I have implemented I will share with you what I recall, but it could be incomplete: -...

I have the same issue. And it is linked to the presence of `tutorials`. If you remove it from the config, things will works. Is there a way to have...

I'm running into the same issue. Details of my context: - Sails: 0.11.2 - Sails-auth: 1.3.1 To reproduce the issue: - sails new webapp - cd webapp - npm install...

@tjwebb As you might know, the issue is due to the fact that `sails services` are loaded after `sails hooks` in versions `0.11.0` and `0.11.2` that I have tested. It...

It looks like it is a 'hard to solve malfunction': the hook expects that its services have been loaded before it gets loaded itself, which is not the case. In...

I hope that our friends in sails team get quickly a time slot to solve this issue as it is a `show stopper` for two great extensions: sails-auth and sails-permission....