Giter Club home page Giter Club logo

Comments (7)

Chaitanyabsprip avatar Chaitanyabsprip commented on June 3, 2024 1

@lukaknezic this is the output being truncated issue that I was referring to in the other comment. You can take inspiration from debugPrint and throttle the output.

from floggy.

lukaknezic avatar lukaknezic commented on June 3, 2024 1

Thanks for suggestion. Pasting link to debugPrintThrottled function.

from floggy.

lukaknezic avatar lukaknezic commented on June 3, 2024

Hey @Chaitanyabsprip,
Can you provide some example where this fails? I was trying to do something like:

loggy.debug(() {
      return List.generate(100000, (index) => index).fold<String>('', (value, element) => value += '-') +
          'Really long string';
    });

And Really long string is still visible, and whole output is there (100,000 characters + Really long string)

And what terminal and loggy printer are you using? (I tired with PrettyPrinter and DefaultPrinter, both worked)

from floggy.

Chaitanyabsprip avatar Chaitanyabsprip commented on June 3, 2024

I am generally using an android phone, I am using kitty terminal with fish shell and pretty printer. This limit of characters is much larger when running the application on a physical iOS device.

from floggy.

lukaknezic avatar lukaknezic commented on June 3, 2024

Hey, I just tried this with android device, android simulator and iOS simulator but with zsh and everything works fine. I will try installing fish shell to see if it's up to that.
You can also add your own printer that will parse the string before printing it if you want possibly quicker solution 😃

from floggy.

Chaitanyabsprip avatar Chaitanyabsprip commented on June 3, 2024

so I'll first test this with zsh too, hopefully that works, if it still doesn't, I'll try to debug more and report whatever I find out, if anything at all.

from floggy.

lukaknezic avatar lukaknezic commented on June 3, 2024

I didn't have any success in replicating this.

My suggestion if anyone has this issue is to make your own printer to solve this issue where you can easily then control how to print things 😃.

I'll close this issue now, but if you figure out why and fix the printer, PR's is welcome 🙂

from floggy.

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.