Skip to content

issues Search Results · repo:python-useful-helpers/logwrap language:Python

Filter by

13 results
 (57 ms)

13 results

inpython-useful-helpers/logwrap (press backspace or delete to remove)

Logging a dataclass with types.UnionType attribute (e.g. int | None) raises an exception. Python 3.13.0 (main, Oct 8 2024, 08:51:27) [GCC 13.2.0] on linux Type help , copyright , credits or license ...
bug
  • lVlayhem
  • Opened 
    on Nov 22, 2024
  • #86

Thanks for the library! One problem I tend to have with it is that sometimes a function argument will be something very large, like a list of 1000s of strings, and it would still be nice to log this function ...
  • vadim0x60
  • 1
  • Opened 
    on Aug 15, 2023
  • #79

Using logwrap breaks functions. When I add @logwrap.logwrap to get_shape function it stops working: In [1]: from telluric import GeoVector, constants In [2]: from shapely import geometry In [3]: from ...
bug
  • drnextgis
  • 7
  • Opened 
    on Aug 14, 2018
  • #35

Mark as source for types
enhancement
  • penguinolog
  • Opened 
    on May 16, 2018
  • #20

On python 3 typing annotations is accessible and should be used in logging.
enhancement
  • penguinolog
  • Opened 
    on May 1, 2018
  • #17

Python 3.4 was not super popular and popularity drops day-by-day. Drop of support will make code of Python 3 branch less complex. - SLES 12 uses Python 3.4.5, but it s not installed by default. Should ...
question
  • penguinolog
  • 1
  • Opened 
    on May 1, 2018
  • #16

After Python 3.7 release required to switch CI on it and start wheels compilation
  • penguinolog
  • 1
  • Opened 
    on May 1, 2018
  • #14

@logwrap.logwrap def func(*args, **kwargs): pass On call func() will be logged args = class inspect._empty for *args and **kwargs instead of empty tuple and empty dict.
bug
  • penguinolog
  • Opened 
    on Apr 29, 2018
  • #10

It s good to support regex rule for hiding parts from string arguments instead of hiding whole arguments.
enhancement
  • penguinolog
  • 2
  • Opened 
    on Mar 28, 2018
  • #5
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub