Coder Social home page Coder Social logo

BUG `to` command is not available about qsv HOT 5 CLOSED

dalisoft avatar dalisoft commented on May 27, 2024
BUG `to` command is not available

from qsv.

Comments (5)

jqnatividad avatar jqnatividad commented on May 27, 2024

Hi @dalisoft ,

Homebrew, I'm afraid, does not enable the to feature. It only enables the apply and luau features.

I added a note in the Installation Section.

BTW, my daily driver is also macOS. You should try the aarch64-apple-darwin.zip prebuilts. I optimized them with CPU optimizations for Apple Silicon and they run blazingly-fast. 😉

https://github.com/jqnatividad/qsv#option-1-download-prebuilt-binaries

from qsv.

dalisoft avatar dalisoft commented on May 27, 2024

@jqnatividad Thank you for reply.
Can i ask, why Homebrew does not support all features? There any limitations?

from qsv.

ondohotola avatar ondohotola commented on May 27, 2024

I think that has something to do with the way githib automates the
generation of binaries.

Do something like this:

brew upgrade rust
cargo install qsv --locked --features \
   apply,luau,fetch,foreach,to,polars,feature_capable
ln -fs $HOME/.cargo/bin/qsv /usr/local/bin/

I go that in a function and whenever it is upgraded I run it, no drama.

from qsv.

jqnatividad avatar jqnatividad commented on May 27, 2024

@dalisoft , that's really a choice of the package maintainer. If you want the Homebrew flavor of qsv to have other features, you can go ahead and create a pull request for the qsv formula.

https://github.com/Homebrew/homebrew-core/blob/7d4e80eae8a78aa56bd7df55be9931ad83d78c06/Formula/q/qsv.rb

Originally, it didn't have any features and I actually managed to get them to accept the apply and luau features.

And as per @ondohotola , you can just install/compile from source like his example.

You can even get Rust from the source instead of using the brew flavor of rust, which often lags the Rust release cycle.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install qsv --locked -features all_features
ln -fs $HOME/.cargo/bin/qsv /usr/local/bin/

from qsv.

dalisoft avatar dalisoft commented on May 27, 2024

Thank for your detailed response @jqnatividad

from qsv.

Related Issues (20)

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.