-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: traffic on network provider, util provider #58
Conversation
Hi @lars-berger, It is very nice to see progress on Zebar. I updated this PR so it's up-to-date, but I've got an issue and I was hoping I can get some help. I run this command locally:
When I remove that line from the Is this something I did or missed? 😭 |
Hey @CtByte, is this after running I vaguely remember an issue with this PR where it would freeze up (?). Is that still a thing? Thanks for taking the time to update it 🙏 |
Thank you @lars-berger I am pretty sure I had to update, thanks for the hint! I seem to have a problem signing, but I have a feeling this is a "me" problem PS D:\Workspaces\git\CtByte\zebar\packages\desktop> pnpm i; pnpm build
Scope: all 4 workspace projects
Done in 454ms
> @zebar/desktop@0.0.0 build D:\Workspaces\git\CtByte\zebar\packages\desktop
> npm run tauri build
> @zebar/desktop@0.0.0 tauri
> tauri build
[... reducted ...]
warning: `zebar` (bin "zebar") generated 4 warnings
Finished `release` profile [optimized] target(s) in 0.39s
Built application at: D:\Workspaces\git\CtByte\zebar\target\release\zebar.exe
Signing D:\Workspaces\git\CtByte\zebar\target\release\zebar.exe
Signing D:\Workspaces\git\CtByte\zebar\target\release\zebar.exe with a custom signing command
Error failed to bundle project: `failed to run powershell`
npm ERR! Lifecycle script `tauri` failed with error:
npm ERR! Error: command failed
npm ERR! in workspace: @zebar/desktop@0.0.0
npm ERR! at location: D:\Workspaces\git\CtByte\zebar\packages\desktop
ELIFECYCLE Command failed with exit code 1. About the freeze up, that only happened when I was using the Komorebi provider to display my workspaces. It's been well over a month since I stopped using that and I only experienced the catch up bug since. I have been using this PR with the network traffic since I submitted and I had no issues. I will try a few more things because I want to run on the latest to test the Komorebi changes you've made. |
@lars-berger I will try with this 😄 496f90f Edit: The problem seems to be the
I am not so sure if I ran it correctly. Do you perhaps have a suggestion? Sorry to have to bother you with this. |
Hehe thanks for trying the fix ❤️ It's probably erroring now due to this setting: Could you see if it works with this
Added a comment re the |
Thank you for your review and suggestions, I will look into those. I understand the delay, since you were probably busy and also had to rewrite glazewm 😅 I am excited for the recent attention Zebar has been getting, I think it has very good potential. |
@lars-berger The new signCommand works for me now, thank you very much! I added a few comments to your review |
Ay that's great news, glad it's working 🙌 |
@lars-berger I think that I am done with the changes for your reviews 🤞 |
Ay it all looks great 🙌 Hope you don't mind but reverted a couple things I don't think were meant to be checked in. Thanks for improving the docs a little too! |
@lars-berger Yes, those were for local development, sorry about that and thank you as well for all your help! 🎉 |
🎉 This PR is included in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added traffic variable (received and transmitted bytes) to the network provider.
Added util provider to convert and format bytes.
Added documentation to the README.md.
Expanded on the CONTRIBUTING.md