Giter VIP home page Giter VIP logo

Comments (4)

phsym avatar phsym commented on May 28, 2024 2

Hi guys, sorry for the late reply, the past months have been quite busy ones here.

Any comment on the PR ?

from prettytable-rs.

andjo403 avatar andjo403 commented on May 28, 2024 1

@phsym do you think that a new version with this fix will be released soon to crates.io?

from prettytable-rs.

wookietreiber avatar wookietreiber commented on May 28, 2024

FYI This is reproducible without cargo, i.e. by directly running the compiled program: target/debug/program | head.

from prettytable-rs.

dontlaugh avatar dontlaugh commented on May 28, 2024

There's a way around this in the library: use the print method on a table.

let mut out = std::io::stdout();
table.print(&mut out);  // ignoring the Result<T, E> here

In any case, it would probably be better to avoid panicking on a failed write, as it's not necessarily an error.

from prettytable-rs.

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.