Giter Club home page Giter Club logo

luamon's People

Contributors

edubart 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

dailyr linecode

luamon's Issues

dependencies

Not a bug!

I Needed these on a fresh ubuntu install:

luarocks install luamon INOTIFY_INCDIR=/usr/include/x86_64-linux-gnu

luarocks install luafilesystem

luarocks install penlight

Can't install on MacOS 11.4

❯ luarocks install luamon
Installing https://luarocks.org/luamon-0.5.2-1.src.rock
Missing dependencies for luamon 0.5.2-1:
   inotify >= 0.5.0 (not installed)
   penlight >= 1.7.0 (not installed)
   lua-term >= 0.7 (not installed)

luamon 0.5.2-1 depends on lua >= 5.1 (5.4-1 provided by VM)
luamon 0.5.2-1 depends on luaposix >= 34.0.4 (35.0-1 installed)
luamon 0.5.2-1 depends on luafilesystem >= 1.7.0 (1.8.0-1 installed)
luamon 0.5.2-1 depends on argparse >= 0.6.0 (0.7.1-1 installed)
luamon 0.5.2-1 depends on inotify >= 0.5.0 (not installed)
Installing https://luarocks.org/inotify-0.5-1.src.rock

Error: Failed installing dependency: https://luarocks.org/inotify-0.5-1.src.rock - Could not find header file for INOTIFY
  No file sys/inotify.h in /usr/local/include
  No file sys/inotify.h in /usr/include
  No file sys/inotify.h in /include
You may have to install INOTIFY in your system and/or pass INOTIFY_DIR or INOTIFY_INCDIR to the luarocks command.
Example: luarocks install inotify INOTIFY_DIR=/usr/local

Wait for child process to finish before restarting

Hi,

I'm using this to build latex files continuously while writing the source. Unfortunately some things break in my setup when aborting the build (some files containing caches kinda break).

It would be nice to have a flag "always wait for build to complete", which results in just completing the build and if normally a new build would run in the meantime, the already running build isn't aborted but only a flag is being set which issues an new build directly afterwards. I'd explicitly not be queuing this (just make a flag), to prevent that a huge amount of pending builds build up.

I'm not entirely sure how to add this to the existing project (thus this is only an issue and no PR), but maybe waitpid or kill(0) (to check if the child is still running) (see this post) can be used to achieve this.

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.