Manas Kumar Das
Manas Kumar Das
Rust workflow is failing. Github filter https://github.com/pyrsia/pyrsia/actions/workflows/rust.yml?query=workflow%3ARust+is%3Afailure+branch%3Amain++ `network_load_test` & `disk_load_test` tests are failing intermittently. @fishseabowl also experienced the issue.
The brew installer accesses the cloud location for the archives. The location is mentioned in Formula.rb file. As per policy we can't give public access to Google bucket. Therefore the...
Installer archive is going to be stored in cloud bucket which will be referred from brew ruby script. Due to org policy we can't make cloud bucket public. Therefore Nginx...
Closed by https://github.com/pyrsia/pyrsia/pull/1210
I also felt the same way while making some earlier changes. Under `pyrsia config` the current available options like `add`, `edit`, `remove`, `show` may be considered as subcommand. While host,...
I put something like following. At least for OSX Build for now ``` sed -ir.bak 's/\(^version = \"\)\([[:digit:]]\(.[[:digit:]]\+\)\+\)\(.*\)\(\"$\)/\1\2\4+${{ github.run_number }}\5/' Cargo.toml ``` It will take care cases like - `version...
Closed by https://github.com/pyrsia/pyrsia/pull/1173
It is an epic. I added few stuff here. One of the major item running `pyrsia_node` as service is still pending.
I have similar story https://github.com/pyrsia/pyrsia/issues/1200 tracked under epic https://github.com/pyrsia/pyrsia/issues/1010.
> I ran it on mac mini with no previous rust installed > > ``` > brew install pyrsia > ==> Downloading https://brewrepo.pyrsia.io/pyrsia-0.2.0.tar.gz > ######################################################################## 100.0% > ==> Installing pyrsia...