-
https://github.com/mute55/LSIUtil
-
For #3796 someone wanted to install NeXTStep/OpenStep on UTM.
However in order to be able to install it on UTM you have to change the scsi adapter to AMD am53c974 as the LSI adapter doesn't work with…
-
### Summary:
When using Dynamoose to create tables in Dynamo that include LSIs, Dynamoose can sometimes incorrectly try to create the LSI using the specificed hash key as both the hash and range …
-
Hello! This script is awesome, we use it everywhere for many LSI/Broadcom controllers.
There is one controller we recently started using that seems to confuse the script though, the Broadcom 9540-…
-
Alternator currently allows tagging, with `TagResource`, only base tables. We have two potential issues:
1. According to [DynamoDB documentation](https://docs.aws.amazon.com/amazondynamodb/latest/d…
-
Hi, firstly this package looks like it could really make my life easier, so thanks for putting the time in!
i'm not a dynamoDB expert, so sorry if this is a stupid error on my part.
I'm receiving a …
-
The patches offered by @chuckbook aimed to solve two problems. The first was an issue with oscillator initialisation, now subject to a PR. The second, by my (incomplete) understanding of the code, aim…
-
Hello! I am using the following:
- OS: Ubuntu 20.04.3 LTS
- megaraid_sas driver: 07.713.01.00-rc1
*) I've also tryed megaraid_sas-07.714.04.00-1dkms from supermicro; same issue
- megaclisas-s…
-
The return from `DescribeTable` is missing the `ItemCount` field. According to DynamoDB documentation, `ItemCount` should have:
> The number of items in the specified table. DynamoDB updates this v…
-
We have successfully abstracted datastructure of Bayes which allowed us to implement an alternate Redis storage backend (#81) while making it possible to easily add more backends (such as ORM based). …