Git Product home page Git Product logo

Comments (7)

nschloe avatar nschloe commented on May 24, 2024

Good idea, but I don't actually know how to refresh a tab using Python. If you have a good idea, let me know.

from tuna.

securisec avatar securisec commented on May 24, 2024

hmm. I cant think of a way to do it from python also, but maybe some JS, with a toggle that refreshes the page per x seconds?

from tuna.

nschloe avatar nschloe commented on May 24, 2024

That won't work. All the logic is done in Python.

from tuna.

securisec avatar securisec commented on May 24, 2024

then how about passing an arg to tuna, like --watch x? And then adding a settimeout script tag to index.html where x is the seconds to refresh?

from tuna.

nschloe avatar nschloe commented on May 24, 2024

I'm not a fan of re-reading the same file every x seconds. If you choose x small, your processor is doing a lot of useless work, if you choose it large, you're waiting forever for the page to load.

If something like this lands in tuna, it'll have to be a watch.

from tuna.

pharmpy-dev-123 avatar pharmpy-dev-123 commented on May 24, 2024

How about just being able to refresh by reloading the tab manually? This is not currently possible AFAIK. I can write a PR.

from tuna.

wolph avatar wolph commented on May 24, 2024

Why is tuna running a webserver at all? It doesn't appear to be loading anything from the server dynamically and reloading the page doesn't reload the file from disk. Although I've only used it for imports so far, is it different for the other modes?

Is there currently any benefit compared to opening a static html file in the browser? Just curious to be honest...

With regards to reloading the browser upon file change, it's fairly easy to run a long running connection (a websocket for example) and make javascript reload the browser once it disconnects.
For example, this should work:

socket.onclose = () => location.reload();

As for watching the filesystem, perhaps you can try the watchdog library? https://pythonhosted.org/watchdog/

from tuna.

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.