Diego Gullo

Results 30 comments of Diego Gullo

`an empty response as an empty response could also just be a failed attempt` A response is first of all a HTTP response. As such it uses https://datatracker.ietf.org/doc/html/rfc2616#section-6.1.1 The client...

@karlatkinson I am experiencing this problem on the latest version of GoCD. I am wondering where did you read about these environment variables as the process is not able to...

@oliverklee I have added the check but it looks like fixing the validation does not fix all problems. For some reasons doctrine still thinks there is a problem. I think...

https://github.com/phpList/core/blob/master/src/Domain/Model/Subscription/Subscription.php#L23 and https://github.com/phpList/core/blob/master/src/Domain/Model/Messaging/SubscriberList.php#L118 Are conflicting with each other. The table cannot exist for and entity and at the same time as a many to many mapping. Not sure which one...

@oliverklee sorry I was not able to move this further. I wanted to run the travis commands/CI locally and given the repo does not have built in way to do...

Well spotted. It looks like the application cookie was authenticating/allowing the call. Still a few inconsistent facts Using a separate client (i was using a chrome extension that was re-using...

A Mac user in general has a UID of 501. To get consistent permission you do not need to add a user with UID 1000 on the container image. Just...

@golovart any feedback? @facugaich if latest kernels have the right firmware any chance that using mainline to load a later kernel would work? I am on ubuntu 24

It doesnt look like this is applicable. Would you care to explain?