Code Monkey home page Code Monkey logo

Comments (2)

tmontaigu avatar tmontaigu commented on August 19, 2024

No, the write method does not have way to indicate progress. I don't think that's something I would want to introduce.

I don't know what GUI lib/framework you are using but a better approach to know if the writing succeeded would be to start
the computation in another thread and check if that thread ended, or use communication mechanism of the GUI lib.

Another solution could be to try the alpha version of pylas pip install --pre pylas which has the ability to read and write files by chunks, so yould try to use that if you really want to have some kind of progress bar and not just a busy/waiting bar

from pylas.

excalamus avatar excalamus commented on August 19, 2024

I got ahead of myself and realized right after I posted the issue that I was over-complicating things. Since I want the operation to block, just changing the cursor until the process completed is sufficient. I tried closing the issue to avoid further using up your time (I see no way to delete). I appreciate your response. It's good to know there is a chunk reader; that may be useful to me. I don't see a way to kick you some buckazoids, so I hope my thanks is sufficient. Thank you for your time!

from pylas.

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.