The Wayback Machine - https://web.archive.org/web/20220509091809/https://github.com/topics/pretty
Skip to content
#

pretty

Here are 181 public repositories matching this topic...

pterm
dfreilich
dfreilich commented Jul 1, 2021

Is there any way to set the table size? I have three different tables I want to print, one after the other, and for continuity purposes, it would look much better if they were all aligned to the same size, rather than the current variable size (depending on the size of the longest string in a column).

proposal good first issue Hacktoberfest proposal-accepted
traceback_with_variables

Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter and IPython. Install with pip or conda.

  • Updated Dec 19, 2021
  • Python
alex-marczinek
alex-marczinek commented Nov 23, 2021

Describe the bug

Set the data config to false :
setGlobalConfig({ data: false, });

With version 2.5.0 there was no error thrown when logging requests where the data field contained circular data.
Since version 2.6.0 however the data field will be stringified even though data is set to false:

See 'string-builder.ts':

 makeData(data: object) {
      const str = typeo
bug good first issue
flutter-charts
vsilux
vsilux commented Jan 24, 2022

When we setting ChartData. axisMin the Offset in TargetLineDecoration.applyPaintTransform calculates wrongly.

The problem is in:
Offset(state.defaultPadding.left + state.defaultMargin.left, _height - (state.defaultMargin.bottom + state.defaultPadding.bottom) - (scale * (target ?? 0.0) + _minValue);

instead of adding _minValue we should subtract it from `scale * (target ?? 0.

bug good first issue

Improve this page

Add a description, image, and links to the pretty topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pretty topic, visit your repo's landing page and select "manage topics."

Learn more