Coder Social home page Coder Social logo

Comments (3)

mschrage avatar mschrage commented on August 23, 2024 2

I've pushed the fix to withfig/config.

If anyone else is having this issue, you can pull the latest version by rerunning the the "install/update script"
Screen Shot 2021-04-15 at 8 36 30 AM

from fig.

mschrage avatar mschrage commented on August 23, 2024

We switched out our IPC method from websockets to Unix sockets in the last build. Running nc on keypresses is the expected behavior.

However, it seems like you might have a non-standard version of nc? Is that possible? Can you run which nc to verify?


In the meantime, you can fix this issue by opening ~/.config/fish/conf.d/fig.fish and replacing the nc command with the following:

fig bg:fish-keybuffer (commandline -C) (commandline) 0 &

Here is a snapshot of the old version.

This reverts to using a websocket connection which is slightly slower, but should solve the issue until I can push a fix to the withfig/config repo.

from fig.

jeremylvln avatar jeremylvln commented on August 23, 2024

We switched out our IPC method from websockets to Unix sockets in the last build. Running nc on keypresses is the expected behavior.

However, it seems like you might have a non-standard version of nc? Is that possible? Can you run which nc to verify?

In the meantime, you can fix this issue by opening ~/.config/fish/conf.d/fig.fish and replacing the nc command with the following:

fig bg:fish-keybuffer (commandline -C) (commandline) 0 &

Here is a snapshot of the old version.

This reverts to using a websocket connection which is slightly slower, but should solve the issue until I can push a fix to the withfig/config repo.

❯ which nc
/usr/local/bin/nc
✦2 ❯ nc --version
netcat (The GNU Netcat) 0.7.1
Copyright (C) 2002 - 2003  Giovanni Giacobbi

It doesn't seem to be an override from a nc alternative from brew, could you confirm this?

EDIT: this nc is a GNU version, I'm investigating.

EDIT 2: as discussed on Slack, specifying the macOS's path of nc (/usr/bin/nc) should do the trick.

from fig.

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.