
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
(What you got?) Racks on tabs on tabs
(He got) Racks on tabs on tabs
(We got) Racks on tabs on taaabs
Command line app for browsing CSV files with row lazy loading.
This is what opening 1M rows under 100ms looks like.
$ racks-on-tabs <PATH_TO_CSV>
Starts a local webserver that serves the app content, accessible at localhost:7482.
Requires Python 3. Tested with Python 3.8.
racks-on-tabs is a Python app with a set of dependencies. The recommended way to install it is via pipx:
$ pipx install racks-on-tabs
$ racks-on-tabs <PATH_TO_CSV>
Alternatively, you can set up a local virtual env and install racks-on-tabs there:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install racks-on-tabs
$ racks-on-tabs <PATH_TO_CSV>
If for some reason you get "executable not found" errors, try locating the library installation path, and run:
$ python -m path/to/pip/packages/racks_on_tabs.__main__ <PATH_TO_CSV>
FAQs
Command line app for browsing CSV files with row lazy loading.
We found that racks-on-tabs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.