Toby Corkindale

Results 13 comments of Toby Corkindale

I'm hitting this same issue -- is there any way to get the AWS KCL library to not verify the SSL certificate?

`java -Dcom.amazonaws.sdk.disableCertChecking`

I spent a while trying to figure out what was wrong with my code, and came to the same discovery. It's actually worse -- the class-style callbacks don't work on...

I hit these issues while investigating a bug that required me to rebuild the source code. I only have JDK 11 and 17 on my machine - those being the...

Hi folks - I love being able to build things via Docker, as it provides a much more reproducible and consistent build environment, compared to having people just use the...

Hi, I have found a way that may be considered better than my previous attempt. This docker file returns to the original poster's method of using the current user's UID...

Hello -- I think I might be experiencing the same problem as the original poster. Or maybe not.. I'm running version 0.33 of the netshare plugin, with CIFS. The daemon...

The docker.service logs read: ``` `Jan 16 17:58:50 adonai dockerd[32680]: time="2017-01-16T17:58:50.804402005+11:00" level=error msg="Handler for POST /v1.24/containers/create returned error: chown /var/lib/docker-volumes/netshare/cifs/inbox: permission denied" ```

I've encountered this bug as well. For an identical script, it works correctly on Ammonite w/2.13, but does not pick up the `@main` function on Ammonite w/3. Tested on Ammonite...

I've opened a discussion on Homebrew to ask if the version there can be reverted to the stable `2.13-2.4.0` version: https://github.com/Homebrew/discussions/discussions/2117