Git Product home page Git Product logo

Comments (4)

stevearc avatar stevearc commented on May 21, 2024

Ah, yeah this is because originally the commands were run with the simple :!cmd method, which runs synchronously so the upload comes before the serial. Now that we're using :terminal! for most things, the experience is better for everything except that the upload command doesn't block so the two get run at the same time.

The idea of writing more vimscript to cleanly block until complete on either vim or neovim is about as appealing as walking over broken glass. I'd be willing to review a PR for this, but I'm not likely to spend much time myself on supporting vimscript plugins anymore.

from vim-arduino.

Paxxous avatar Paxxous commented on May 21, 2024

Having the same issue, is there any fix for this?

from vim-arduino.

stevearc avatar stevearc commented on May 21, 2024

Nope. PRs welcome :)

from vim-arduino.

Paxxous avatar Paxxous commented on May 21, 2024

I've found a fix, I'm using lsof to find the processes running under the device directory. Then I use the kill command to kill the running process, (this isn't a permanent fix, also make sure to have sudo privileges when using finding and killing the process).

from vim-arduino.

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.