Steve Owens
Steve Owens
Trying to load up an Astyanax context, but I keep getting an error in my stack trace as follows: ``` Caused by: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.build()Lcom/google/common/cache/Cache; at com.netflix.astyanax.thrift.ThriftKeyspaceImpl.(ThriftKeyspaceImpl.java:116) at com.netflix.astyanax.thrift.ThriftFamilyFactory.createKeyspace(ThriftFamilyFactory.java:41) at com.netflix.astyanax.AstyanaxContext$Builder.buildKeyspace(AstyanaxContext.java:146)...
None of the examples build. Make returns the following errors: ``` make[1]: xt-xcc: Command not found make[1]: *** [.output/eagle/debug/obj/at_baseCmd.o] Error 127 make[1]: Leaving directory `/opt/Espressif/ESP8266_SDK/at_v0.20_on_SDKv0.9.3/user' make: *** [.subdirs] Error 2...
I commented on another issue opened in Feb by someone else. Then went looking for a work around. At any rate the developers at Twisted seem to be too busy...
## Expected behavior When an image is uploaded to foo/bar/someimage:tag the image is displayed in the UI under the folder foo/bar, and when an image is uploaded to foo/bar/baz/someimage:tag, the...
I am attempting to migrate an app which uses c3po over to leveraging AWS IAM credentials: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.Java.html Apparently AWS issues a new access token every 15 minutes, and this is...
# Type of request: This is a ... [ ] bug report [ ] feature request [*] blocking usability issue # Detailed description I am able to use the Localstack...