Giter VIP home page Giter VIP logo

tibivi's Introduction

On hiatus until the end of May.

tibivi's People

Contributors

strang1ato 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

Watchers

 avatar  avatar

Forkers

adilw3nomad

tibivi's Issues

Installation instructions don't work

Instructions for installing from source don't work with go version go1.18.4 linux/amd64:

[:~] $   go get -u github.com/strang1ato/tibivi
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
[:~] 1 $

I tried using go install but ran into another issue:

[:~] $ go install github.com/strang1ato/tibivi@latest
go: downloading github.com/strang1ato/tibivi v1.0.2
go: github.com/strang1ato/tibivi@latest: github.com/strang1ato/[email protected]: parsing go.mod:
        module declares its path as: github.com/oltarzewskik/tibivi
                but was required as: github.com/strang1ato/tibivi
[:~] 1 $

This seems related to 6e29ae1

I was able to install with the old username:

[:~] 1 $ go install github.com/oltarzewskik/tibivi@latest
go: downloading github.com/oltarzewskik/tibivi v1.0.2
go: downloading github.com/oltarzewskik/tibivi-gocui v0.0.1
go: downloading github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
go: downloading github.com/mattn/go-runewidth v0.0.9
[:~] $

How to use emojis

Hello. I've been enjoying learning your cool app! How do you type emojis into your schedule?

Thanks!

"exec format error"

I installed (using the instructions per #8 - I think that should probably be corrected in the README) and am getting "zsh: exec format error". A bit of googling implies that this means the executable that was installed was somehow intended for a different chip architecture? (I'm on OSX 12.2 on Apple silicon, if that matters).

Is there any way I can run this program without becoming a go developer?

Edit: screen shot of install process in case it's helpful, no errors though.
Screen Shot 2023-06-03 at 21 39 42

Go install fails parsing go mod

Env: go version go1.19 darwin/amd64

Running go get -u github.com/strang1ato/tibivi as said in the readme mentions returns this error

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.

However running go install github.com/strang1ato/tibivi@latest returns this error

go install github.com/strang1ato/tibivi@latest                                                                                                at  04:57:16 ─╯
go: github.com/strang1ato/tibivi@latest: github.com/strang1ato/[email protected]: parsing go.mod:
        module declares its path as: github.com/oltarzewskik/tibivi
                but was required as: github.com/strang1ato/tibivi

I think this may have been caused by this commit

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.