David Richard

Results 10 comments of David Richard

Hi Folks, This appears to still be open, and since I am having the same issue, are there any suggestions to resolving besides writing my own CORS handler (or, I...

Hello All, I may have missed this in your posts - but do any of these scenarios address connecting to a specific registry behind a proxy? While I have had...

Have you tried this approach? I'm attempting it now. https://www.joaorosa.io/2019/01/13/using-flyway-and-gitlab-to-deploy-a-mysql-database-to-aws-rds-securely/

Thanks! I'll see if I can test it in the extension, in the interim.

@bjdash , So finally got a change to test this. Two questions: First, the YAML output looks like this (with the quotes and the pipe): ``` 'x-amazon-apigateway-integration:': | type: aws_proxy...

Thanks! Maybe I will readjust this code I am building. David. > On Jun 26, 2014, at 2:31 PM, Antonio Ramirez [email protected] wrote: > > We do@cajund > but we...

More on this: This line is confusing: `if _, isBool := readBool(ctls); !isBool && strings.ToLower(ctls) != "skip-verify" {....` But I see now that source of my confusion is most likely...

I've verified this - using UUID strings as FK's - all need to be the same case, or this error happens. I'm using `Preload` to get my child records.

This data is coming from the network, and while there is a transfer syntax available from the consumer, I can't create a parser by supplying it. What I am looking...

Here's an example presenting the challenge: New function in dicomio to return the embedded io.Writer: ``` func (w *Writer) ReturnWriter() io.Writer { return w.out } ``` And the implementation, note...