Skip to content

issues Search Results · repo:ipython/traitlets language:Python

Filter by

305 results
 (72 ms)

305 results

inipython/traitlets (press backspace or delete to remove)

Problem traitlets.Set currently lacks generic type support, making it impossible to specify the type of elements it contains for proper type checking. Current Situation from traitlets import Set import ...
  • dlqqq
  • Opened 
    27 days ago
  • #927

Currently direct HasTraits subclasses warn when they receive unrecognized arguments: https://github.com/ipython/traitlets/blob/b0eaa6aa77e198cff68644a388400db850670c7d/tests/test_traitlets.py#L2802-L2810 ...
  • krassowski
  • 5
  • Opened 
    on Jun 4
  • #926

When running the test suite with python 3.14, we get this failure due to improvement of error messages details summary test log /summary p ======================================================================= ...
  • arthurzam
  • Opened 
    on May 31
  • #925

I m using traitlets version 5.14.3 and Python 3.12.3... In both cases below, a TraitError is not thrown, even though None is assigned to a Unicode() field after initialization... from traitlets import ...
  • mpenning
  • 2
  • Opened 
    on May 11
  • #922

Please add support for a way to restrict keys on a Dict... Example of what should raise a TraitError from traitlets import HasTraits, Dict, Unicode class Foo(HasTraits): # the strict_keys keyword ...
  • mpenning
  • Opened 
    on May 11
  • #921

I m using traitlets version 5.14.3 and Python 3.12.3... - The error raised by Dict() with per_key_traits should specify the offending key name in the error. - The error raised by Dict() with per_key_traits ...
  • mpenning
  • Opened 
    on May 11
  • #920

While much of the rest of the jupyter stack is blocked by difficult upstreams, traitlets likely could be test against 3.13t. pytest-run-parallel could be added semi-transparently to the existing test ...
  • bollwyvl
  • Opened 
    on Jan 9
  • #916

With the upgrade to 3.12.7 tests started to fail, most likely because of large changes to argparse module: [ 42s] =================================== FAILURES =================================== [ ...
  • mcepl
  • 2
  • Opened 
    on Oct 5, 2024
  • #911

See https://github.com/jupyterlab/jupyter-ai/issues/913. Introduced in https://github.com/ipython/traitlets/pull/885 which should have no side effects as it was meant to only update types. - 952d6a7e6ad4fb971a8d209b1aea108731641dec ...
  • krassowski
  • 2
  • Opened 
    on Jul 26, 2024
  • #908

I recently had to completely disable trait notification during instantiation of a HasTraits child class. Holding with hold_trait_notifications wasn t sufficient; the notifications release when exiting ...
  • loicdtx
  • 1
  • Opened 
    on Jul 16, 2024
  • #907
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