Luis Pabon

Results 104 comments of Luis Pabon

Cannot build on latest debian stable (11 bulseye) and unless this is fixed it won't build on the next Ubuntu LTS either

Interested too. I have an open source project I publish at docker hub, where I have an automatic build that picks up any new git tags, builds the image and...

No, thank you for your hard work! ``` Another solution might be (which should solve all problems) to merge the two classes and create a RequestResourceObjectInterface and a ResponseResourceObjectInterface. I...

It would also help with API key issues, as the app would be able to procure itself once it has an app login. On Tue, 12 Jul 2016, 07:32 Harith163,...

I would expect everything coming back as a JSONAPI response seeing as the endpoint is within the same namespace as everything else, and the fact the response advertises itself as...

Just to clarify, having arbitrary and unexpected non-JSONAPI responses coming back from the API requires boilerplate code at the client's end in order to handle them.

Perhaps could return the current response when the client sets `accept: application/json` and jsonapi when `vnd.api+json` is requested instead?

This is still a problem on 3.1.0: ``` terraform { required_providers { newrelic = { source = "newrelic/newrelic" version = "=3.1.0" } } } provider "newrelic" { account_id = MY_ACCOUNT_ID_HERE...

That's what I had to do, percolate the account id from elsewhere directly into the resource; unfortunately none of the data sources allow you to query the account id for...

Transparent encrypt/decrypt would be swell :+1: