mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
An open-source, AI-integrated, cross-platform terminal for seamless workflows
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.7 to 4.24.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's releases</a>.</em></p> <blockquote> <h2>v4.24.8</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>disk</h3> <ul> <li>fix(IOCountersWithContext): Fix the issue of not using names to fil ter devices in func IOCountersWithContext of the windows implementation by <a href="https://github.com/zmyzheng"><code>@zmyzheng</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1688">shirou/gopsutil#1688</a></li> <li>[disk][windows]: ignore network drive when not ready by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1699">shirou/gopsutil#1699</a></li> </ul> <h3>process</h3> <ul> <li>Fix parsing of /proc/pid/smaps when path is empty by <a href="https://github.com/pgimalac"><code>@pgimalac</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1691">shirou/gopsutil#1691</a></li> <li>Refactoring the algorithm for calculating CPU usage by <a href="https://github.com/TheBestLL"><code>@TheBestLL</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1692">shirou/gopsutil#1692</a></li> <li>Fix panic on OpenBSD and FreeBSD systems if KinfoProc size has an unexpected size by <a href="https://github.com/fivitti"><code>@fivitti</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1694">shirou/gopsutil#1694</a></li> </ul> <h3>Other Changes</h3> <ul> <li>Fix badge link in README.md by <a href="https://github.com/Yurunsoft"><code>@Yurunsoft</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1695">shirou/gopsutil#1695</a></li> <li>fix golangcilint errors, ignore gosec G115 by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1697">shirou/gopsutil#1697</a></li> <li>fix: golangci lint with max -> maxConn by <a href="https://github.com/shirou"><code>@shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1693">shirou/gopsutil#1693</a></li> </ul> <h2>New Contributors 🎉</h2> <ul> <li><a href="https://github.com/zmyzheng"><code>@zmyzheng</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1688">shirou/gopsutil#1688</a></li> <li><a href="https://github.com/Yurunsoft"><code>@Yurunsoft</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1695">shirou/gopsutil#1695</a></li> <li><a href="https://github.com/pgimalac"><code>@pgimalac</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1691">shirou/gopsutil#1691</a></li> <li><a href="https://github.com/TheBestLL"><code>@TheBestLL</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1692">shirou/gopsutil#1692</a></li> <li><a href="https://github.com/fivitti"><code>@fivitti</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1694">shirou/gopsutil#1694</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8">https://github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|---|---|---|
| .github | ||
| .storybook | ||
| .vscode | ||
| build | ||
| cmd | ||
| db | ||
| emain | ||
| frontend | ||
| pkg | ||
| public | ||
| scripts/artifacts | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierignore | ||
| .yarnrc.yml | ||
| electron-builder.config.cjs | ||
| electron.vite.config.ts | ||
| eslint.config.js | ||
| go.mod | ||
| go.sum | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| prettier.config.cjs | ||
| README.md | ||
| Taskfile.yml | ||
| tsconfig.json | ||
| version.cjs | ||
| vitest.config.ts | ||
| yarn.lock | ||
The Next Wave
Prereqs:
You'll need to install "task" (which we're using as a build/run system):
brew install go-task
On first checkout:
yarn
go mod tidy
Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):
task electron:dev
To run the app without the dev server, run the following instead:
task electron:start