DevTekVE
DevTekVE
Hello!, make sure you set the region on the Connection. For example: ``` connection = Connection(region = 'eu-west-1') object = another_object.get_transact_contract() # https://pynamodb.readthedocs.io/en/latest/transaction.html try: with TransactWrite(connection=connection, client_request_token=another_object.guid) as transaction: transaction.save(object)...
The issue can be traced back to https://github.com/pynamodb/PynamoDB/blob/5.1.0/pynamodb/connection/base.py#L255-L258 In my opinion, region should either be mandatory, or should be cross-checked when a transaction table has a different region set than...
> My strategy (like it or hate it): > > 1. push new master as “main” branch (new branch) > 2. put a github action on master on every push...
> The current blocker is `me`. Will try to unblock myself and make more progress today. > > Otherwise, you can unlock the bounty. Maybe @devtekve is interested. Thanks ❤️...
> Are we sure this was a true AEB? I would doubt that the car wouldn't use the dedicated FCA/AEB message/signals just when the ACC system is active. I am...
> Yeah exactly, that's what I'm saying. It looks like we currently consider AEB prepare as FCW, but SCC can also issue its own FCW without any AEB actuation that...
Also for reference I also test sending value 2 for takeOverReq but that was the same as sending 0, meaning no warning on the dashboard and everything kept working as...
> I see, what happens when you send `1` while cruise is not enabled? Looks like we can send our own FCW on the dash with this find in the...
> I only see a handful of examples in 30k segments from the last year of Hyundai data, but they all were engaged and generally do look like FCW events,...
Only one thing I want to mention is that if ACCMode is not enabled, even if you send takeOverReq the FCA alert won’t show on the cluster, so in my...