-
Notifications
You must be signed in to change notification settings - Fork 54
Release 53 #1380
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
base: main
Are you sure you want to change the base?
Release 53 #1380
Conversation
Instead of using setInterval to get a tick every second, starting at a random point an slowly drifting a ms or 2 every few updates, set a timeout for the number of ms until the next update is due. For example, if we have an interval of 1000ms (1s), and we start at 12:00:00.123, we will set a timeout of 877ms so that the next update should be at exactly 12:00:01.000. In practice, depending on how busy the browser’s event loop is etc. it might be at e.g. 12:00:01.002, in which case the next update will set a timeout of 998ms.
The module is called sha.js, but the config strips .js from imports expecting them to be JS files. This adds sha.js as an exception to that rule.
those are always provided, therefore should not be optional
fix: make buckets properties required in LSG API
# Conflicts: # packages/blueprints-integration/CHANGELOG.md # packages/documentation/docs/user-guide/installation/installing-sofie-server-core.md # packages/lerna.json # packages/mos-gateway/CHANGELOG.md # packages/playout-gateway/CHANGELOG.md # packages/server-core-integration/CHANGELOG.md # packages/webui/src/client/ui/Prompter/PrompterView.tsx
# Conflicts: # CHANGELOG.md # CONTRIBUTING.md # meteor/server/api/playout/DOCS.md # packages/documentation/docs/for-developers/data-model.md # packages/documentation/docs/for-developers/device-integrations/intro.md # packages/documentation/docs/for-developers/libraries.md # packages/documentation/docs/user-guide/concepts-and-architecture.md # packages/documentation/docs/user-guide/faq.md # packages/documentation/docs/user-guide/features/api.md # packages/documentation/docs/user-guide/installation/installing-connections-and-additional-hardware/casparcg-server-installation.md # packages/documentation/docs/user-guide/installation/installing-input-gateway.md # packages/documentation/docs/user-guide/supported-devices.md # packages/shared-lib/package.json
chore: update example in openapi readme
ci: Add missing live status gateway library
…in VirtualElement
…ter the on air button is clicked
feat: wrap text on mini shelf buttons
…air-line fix: Scroll issues in rundowns
|
Important Review skippedToo many files! 145 files out of 295 files are above the max files limit of 150. You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
chore: include meteor-lib in the default VSCode settings file
Co-authored-by: Robert (Jamie) Munro <rjmunro@arjam.net>
…-hover Feat: additional Layer info on hover previews
Fix indentation of `*` in JSDoc line
|




Sofie-Automation/Sofie-TV-automation#58
Info to developers
This release includes a significant refactor/reformatting that affects a large part of the code base. If you want to submit contributions to release53 based on release52, please read the instructions in the Modernizing tech stack PR.