Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

[Features] Decrease disk space usage #593

Closed
7 tasks done
Mednoob opened this issue Nov 4, 2021 · 2 comments · Fixed by #594
Closed
7 tasks done

[Features] Decrease disk space usage #593

Mednoob opened this issue Nov 4, 2021 · 2 comments · Fixed by #594
Labels
enhancement New feature or request

Comments

@Mednoob
Copy link
Contributor

Mednoob commented Nov 4, 2021

I've noticed that many glitch users are having trouble with running disc-11. This was caused by the size of node modules that exceeds glitch free plan disk size. We don't want to drop support for glitch users. So, We've come to a conclusion that we need to reduce the disk space used by the project.

To do:

  • Replace winston with our own logger
  • Remove ts-node
  • Remove cli-table
  • Replace entities with our own parser
  • Replace libsodium-wrappers with tweetnacl
  • Install ffmpeg-static in index.js instead
  • Replace typescript with sucrase
@Mednoob Mednoob added dependencies Pull requests that update a dependency file enhancement New feature or request help wanted Extra attention is needed labels Nov 4, 2021
@Mednoob Mednoob linked a pull request Nov 4, 2021 that will close this issue
@Mednoob
Copy link
Contributor Author

Mednoob commented Nov 5, 2021

libsodium-wrappers will be replaced with tweetnacl

@Mednoob
Copy link
Contributor Author

Mednoob commented Nov 6, 2021

typescript will probably be replaced with sucrase

@mzrtamp mzrtamp removed the help wanted Extra attention is needed label Nov 15, 2021
@mzrtamp mzrtamp changed the title Decrease disk space [Bug Fixes] Decrease Disk Space Nov 15, 2021
@mzrtamp mzrtamp changed the title [Bug Fixes] Decrease Disk Space [Known Bug] Decrease Disk Space Nov 15, 2021
@mzrtamp mzrtamp added bug Something isn't working and removed enhancement New feature or request dependencies Pull requests that update a dependency file labels Nov 15, 2021
@mzrtamp mzrtamp changed the title [Known Bug] Decrease Disk Space [Bug Report] Decrease Disk Space Mar 10, 2023
@mzrtamp mzrtamp changed the title [Bug Report] Decrease Disk Space [Bug Report] Decrease disk space Mar 10, 2023
@mzrtamp mzrtamp changed the title [Bug Report] Decrease disk space [Bug Report] Decrease disk space usage Mar 10, 2023
@mzrtamp mzrtamp changed the title [Bug Report] Decrease disk space usage [Features] Decrease disk space usage Mar 10, 2023
@mzrtamp mzrtamp added enhancement New feature or request and removed bug Something isn't working labels Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants