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

use queue to write to disk #56

Merged
merged 6 commits into from
Apr 23, 2024
Merged

use queue to write to disk #56

merged 6 commits into from
Apr 23, 2024

Conversation

EllAchE
Copy link
Collaborator

@EllAchE EllAchE commented Apr 1, 2024

No description provided.

@EllAchE EllAchE marked this pull request as ready for review April 1, 2024 07:08
distance: number;
}>;
avgDistanceMap: UAPMap<{
avgDistanceMap: UAPMap<{
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a common lint standard would resolve all this stuff

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most of these chagnes are bc of linting diffs

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any you prefer? ive got prettier on

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

likewise but the workspace settins are different probabley

});

// Function to prompt for SIZE_LIMIT
const promptForSizeLimit = () => {
return new Promise<void>((resolve) => {
rl.question('Enter the SIZE_LIMIT in MB (default is 10MB): ', (input) => {
const inputSizeMB = parseInt(input, 10);
const inputSizeMB = Number(input);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't work rn...

src/run_metrics_on_file.ts Show resolved Hide resolved
src/zst_decompressor.ts Show resolved Hide resolved
src/zst_decompressor.ts Show resolved Hide resolved
src/zst_decompressor.ts Outdated Show resolved Hide resolved
@EllAchE EllAchE merged commit cda66ce into main Apr 23, 2024
1 check passed
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.

2 participants