Code Monkey home page Code Monkey logo

pvtop's People

Contributors

blockpane avatar chillyvee avatar joeabbey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pvtop's Issues

Add CI for releases

It's sometimes inconvenient to have to build a binary from source. I suggest adding the following to make it easier:

  • add Makefile with build and install commands
  • add Goreleaser config and a CI action to build and release binaries if a new tag is pushed

I can help with that if required as I use this workflow with all of my tools and it seems handy.

Validators list isn't fitting the screen when using smaller screens

I am using Macbook 13' and this is what I see when using pvtop:
изображение

As you can see, not all validators can be seen here.
Would be nice to have either the ability to scroll, or splitting validators by columns in another way, if the screen height is small enough, or both.

go install fails

go version

$ go version
go version go1.19.2 linux/amd64

Attempted

$ go install github.com/blockpane/pvtop
go: 'go install' requires a version when current directory is not in a module
        Try 'go install github.com/blockpane/pvtop@latest' to install the latest version
        
$ go install github.com/blockpane/pvtop@latest
go: github.com/blockpane/pvtop@latest (in github.com/blockpane/[email protected]):
        The go.mod file for the module providing named packages contains one or
        more replace directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.
        
$ go install github.com/blockpane/[email protected]
go: github.com/blockpane/[email protected] (in github.com/blockpane/[email protected]):
        The go.mod file for the module providing named packages contains one or
        more replace directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.

The problem is (as the error message implies) a replace directive in go.mod:

pvtop/go.mod

Line 117 in becf339

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

So perhaps install instructions should be:

git clone https://github.com/blockpane/pvtop
cd pvtop 
go install ./...

(also pvtop is absolutely gorgeous, ser)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.