Barrett Strausser

Results 31 issues of Barrett Strausser

Looking at the instructions found here: https://davidstephens.uk/ansible-nas/configuration/samba_shares/ and looking at my `group_vars/all.yml` it appears my samba shares should not require a password. However attempting to mount the share (either through...

bug

**Describe the bug** Starting RDS Backup Replication Doesn't Work ``` An error occurred (InvalidParameterValue) when calling the StartDBInstanceAutomatedBackupsReplication operation: Feature is not available in region us-west-1. ``` Replication is supported...

bug
investigating
rds
service-api

My driver definition is below. When I try to use delete I receive the folllowing compiler error. ``` Error:(72, 12) type mismatch; found : trafficland.commons.slick.ExtendedPostGresDriver.DriverAction[Int,slick.dbio.NoStream,slick.dbio.Effect.Write] (which expands to) slick.profile.FixedSqlAction[Int,slick.dbio.NoStream,slick.dbio.Effect.Write] required:...

question

I have the following setup. ``` val testProbe = TestProbe() val config = PublishConfiguration("WRONG","NOPE",false,false) producer ! AddConfirmListener(testProbe.ref) producer ! AddReturnListener(testProbe.ref) producter ! Publish(....) testProbe.receiveN(1) ``` I then publish to a...

I'm working on new project that will use the AWS C++ SDK and the associated C++ runtime https://github.com/aws/aws-sdk-cpp https://aws.amazon.com/blogs/compute/introducing-the-c-lambda-runtime/ A few questions - How does docker-lambda work with the Provided...

Maybe this is an issue with gradle, but I still see the excluded dependencies in my dependency lists. I have no other dependencies that pull those particular libs ![shaded_jars](https://user-images.githubusercontent.com/1908139/45496923-78f85580-b744-11e8-8595-d54f9af11e66.png)

From the README `mtree - Print the content of an archive or index in mtree-compatible format.` However this doesn't seem to work with a blob. ``` #mtree v1.0 Error: unsupported...

Concerning https://github.com/redis/redis-om-python/blob/main/docs/connections.md#connection-objects Module level imports and creation of redis clients might not be co-routine safe : https://github.com/redis/redis-py/issues/2835 Is it possible to augment providing a redis connection directly, and instead provide...

I have a very simple model This works ``` class RedisJob(redis_om.HashModel): task_id: UUID ``` This does not work ``` class RedisJob(redis_om.JsonModel): task_id: UUID ``` The latter returns ``` cloud_ros_runtime/venv/lib/python3.8/site-packages/redis/client.py", line...

### Testcontainers version main ### Using the latest Testcontainers version? Yes ### Host OS ubuntu ### Host arch x86 ### Go version Whatever CI runs ### Docker version ```shell Whatever...

bug