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

arguments

Here are 268 public repositories matching this topic...

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
davidjamesb
davidjamesb commented Nov 9, 2021

Hi. There is a bug in this line where Take() is retrieving 1 item more than it should:

https://github.com/cajuncoding/GraphQL.RepoDB/blob/52dabefdeec5f6d29e4f97c3a927bc05426ac31c/GraphQL.PreProcessingExtensions/Paging/OffsetPaging/IEnumerableOffsetPagingCustomExtensions.cs#L54

It should be:

var pagedResults = items.Skip(skipPast).Take(takeSome).ToList();

This is particular nasty if

bug good first issue

Improve this page

Add a description, image, and links to the arguments 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 arguments topic, visit your repo's landing page and select "manage topics."

Learn more