Skip to content
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

Updates test #288

Merged
merged 29 commits into from
Sep 7, 2023
Merged

Updates test #288

merged 29 commits into from
Sep 7, 2023

Conversation

o0101
Copy link
Collaborator

@o0101 o0101 commented Sep 7, 2023

multiple changes

  • fix viewport bounce on MacOS platforms
  • tweak streaming for good bandwidth conditions (adaptive switch off for now)
  • update secure document viewer to latest chai version (includes support for text formats, text files and markdown in addition to already existing pdf, xlsx, docx, etc formats already supported)
  • minor stability fixes
  • dependency updates
  • audio fixes
  • setup script fixes

@CLAassistant
Copy link

CLAassistant commented Sep 7, 2023

CLA assistant check
All committers have signed the CLA.

@@ -190,7 +191,11 @@

fs.mkdirSync(CONFIG.baseDir, {recursive: true});
fs.mkdirSync(SignalNotices, {recursive:true});
execSync(`chmod 757 ${SignalNotices}`);
try {
execSync(`chmod 757 ${SignalNotices}`);

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
LInk cap

Update to chai
@o0101 o0101 merged commit 698485a into boss Sep 7, 2023
4 checks passed
@o0101 o0101 deleted the updates-test branch September 7, 2023 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants