Kevin Shaw

Results 7 comments of Kevin Shaw

I'm getting the same problem: ``` s6-notifyoncheck: fatal: unable to read ./notification-fd: No such file or directory s6-notifyoncheck: fatal: unable to read ./notification-fd: No such file or directory s6-notifyoncheck: fatal:...

Nevermind. This is my mistake. Sorry.

@aalireza : Thanks for the reply. We are using R1.0.0. From what I am seeing, It seems that SAI is stripping periods (".") from filenames. Once I used filenames without...

Agreed. I need millisecond precision. Here is the format that I need: '08m48s571'.

We are seeing a similar error with a Java 15 application. We are not using Spring or SQS, but are seeing the error on DynamoDB requests. This is on a...

Updates? I can confirm that 4.28 works fine. But 4.48 fails with the following error: ``` │ Error: error setting advanced_security_options: Invalid address to set: []string{"advanced_security_options", "0", "anonymous_auth_enabled"} ``` Other...

As discussed [here](https://stackoverflow.com/questions/74650656/nested-arrays-in-avro) in StackOverflow, there was an error in my schema. That said, the `avro_validator` code may wish to handle this particular case.