Skip to content
#

pretty

Here are 139 public repositories matching this topic...

xenoterracide
xenoterracide commented Oct 15, 2020

logger field is required if config is supplied, but request/responseLogger functions don't actually use it.

I have, e.g. this

        return responseLogger(request, {
          prefixText: 'Contentful',
          logger: (): void => {},
        });

but that logger method is required in the types, but it's not actually used. I'd like for the field to be optional, in case the d

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 Nov 23, 2020
  • Python

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

You can’t perform that action at this time.