-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪲 Running programs throws an error if logged in #5513
Commits on May 9, 2024
-
🪲 Fix running programs when logged in
When logged in, we automatically save a program as the user runs it. In a recent change, we update the program counter only when a program is modified from the example code. But we wrote the entire 'program' record back to the database in an `update()` call, which includes the `id` field; Dynamo does not allow including the `id` field in an `update()` call. Instead, only update the `is_modified` field, and update the Dynamo abstraction layer to check for this error condition.
Configuration menu - View commit details
-
Copy full SHA for ca6acdd - Browse repository at this point
Copy the full SHA ca6acddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c751f - Browse repository at this point
Copy the full SHA 07c751fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 0a1f71e - Browse repository at this point
Copy the full SHA 0a1f71eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f695a7 - Browse repository at this point
Copy the full SHA 7f695a7View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 876268a - Browse repository at this point
Copy the full SHA 876268aView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 83b50e8 - Browse repository at this point
Copy the full SHA 83b50e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c440375 - Browse repository at this point
Copy the full SHA c440375View commit details -
Merge branch 'fix-key-update' of github.com:Felienne/hedy into fix-ke…
…y-update
Configuration menu - View commit details
-
Copy full SHA for 3f1e713 - Browse repository at this point
Copy the full SHA 3f1e713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5cbdb - Browse repository at this point
Copy the full SHA 5b5cbdbView commit details