Ciaran Liedeman

Results 55 comments of Ciaran Liedeman

You can use a plugin like https://github.com/quadric/babel-plugin-inline-import to swap fs.read for a require statement.

@StevenACoffman any feedback?

Saw this behaviour too. There are valid use cases though. The value can be populated in a parent resolver and you can use the existing value (sometimes). I think another...

``` authMiddleware := authMiddleware.MiddlewareFunc() r.Use(func(ctx *gin.Context) { // Only execute auth if header present if _, ok := ctx.Request.Header["Authorization"]; ok { authMiddleware(ctx) } }) ``` Seems to work.

Gitlab work started here https://github.com/go-semantic-release/semantic-release/pull/40

@mirusky are you interested in contributing this change? We are not active bitbucket cloud users

Hi @deveshk0 can you share a bit more about the use case and which CI enviromment you are using? There is no garuntee that after the repo has been checked...

@christophwitzko can you create a sub group on gitlab. I have created the github org already

@christophwitzko my username is cliedeman on gitlab. I made you an owner. I have generated the first pass sample repo here - https://github.com/go-semantic-release-test/test Used it to test the pagination on...

Got a bit further. The generate repo is populating the test repo on master ci run. I am getting a failure pushing to gitlab thought (both are using a deploy...