Giter Site home page Giter Site logo

Comments (10)

elviskahoro avatar elviskahoro commented on September 24, 2024 2

For mac users, here's last week's build:
https://storage.googleapis.com/warp-releases/stable/v0.2024.05.07.08.02.stable_02/Warp.dmg

We're looking into the possible regression now!

from warp.

nikitavoloboev avatar nikitavoloboev commented on September 24, 2024
image

Terminal works fine

Can I get older version of Warp?

from warp.

danielpeng2 avatar danielpeng2 commented on September 24, 2024

Hey @nikitavoloboev, if you comment out everything in your fish config does the issue still occur? Trying to determine if there's something specific in the config that's causing this.

from warp.

nikitavoloboev avatar nikitavoloboev commented on September 24, 2024

@danielpeng2

yes removing all of config, makes latest version work

from warp.

nikitavoloboev avatar nikitavoloboev commented on September 24, 2024
image

This line in config breaks it for me on latest warp

from warp.

nikitavoloboev avatar nikitavoloboev commented on September 24, 2024

https://github.com/nikitavoloboev/config/blob/main/fish/functions.fish

so this file

from warp.

nikitavoloboev avatar nikitavoloboev commented on September 24, 2024

ok @danielpeng2

I found the culprit

function .
    if not set -q argv[1]
        open .
    else
        # copy output to clipboard
        set -l output (eval $argv)
        echo $output | pbcopy
    end
end

this function will break latest warp

Please fix, I'd like this function to work 🙏

It works on old version.

from warp.

danielpeng2 avatar danielpeng2 commented on September 24, 2024

@nikitavoloboev Thanks for finding the culprit, I can repro on my machine. We're working on fixing this!

from warp.

danielpeng2 avatar danielpeng2 commented on September 24, 2024

Hey @nikitavoloboev, we just pushed an update (v0.2024.05.14.08.01.stable_04) that should fix this issue! Try it out and let us know if it works.

from warp.

nikitavoloboev avatar nikitavoloboev commented on September 24, 2024

Confirm it works, thanks a lot.

Also please please please priorotise fixing this:

#537
#434

It makes Warp not perfect for me. It has all good features but not having above is such deal breakers. 😿

Thank you.

from warp.

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.