optimize and scale mod

This commit is contained in:
2024-03-02 17:53:18 +01:00
parent 7f4ad00566
commit 9282d46fcd
4 changed files with 2 additions and 1889 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -45,6 +45,8 @@ export NODE_REPL_HISTORY_SIZE='32768';
# Use sloppy mode by default, matching web browsers. # Use sloppy mode by default, matching web browsers.
export NODE_REPL_MODE='sloppy'; export NODE_REPL_MODE='sloppy';
export WINIT_X11_SCALE_FACTOR=1;
# Make Python use UTF-8 encoding for output to stdin, stdout, and stderr. # Make Python use UTF-8 encoding for output to stdin, stdout, and stderr.
export PYTHONIOENCODING='UTF-8'; export PYTHONIOENCODING='UTF-8';