Skip to content

issues Search Results · repo:dry-python/returns language:Python

Filter by

425 results
 (83 ms)

425 results

indry-python/returns (press backspace or delete to remove)

Bug report What s wrong When using returns.curry.partial, if you partially apply a positional parameter using a keyword argument, the resulting type is incorrect. Result type of callable allows passing ...
bug
  • Nifacy
  • Opened 
    16 days ago
  • #2191

Refs: https://github.com/dry-python/returns/issues/874 . Currently, Maybe type doesn t have special methods for being treated as bools, so any Maybe object is True in Python. However, I find that it ...
  • InAnYan
  • 5
  • Opened 
    on Jun 24
  • #2177

Bug report !-- Hi, thanks for submitting a bug. We appreciate that. But, we will need some information about what s wrong to help you. What s wrong !-- Describe what is not working. Please, attach ...
bug
  • Jazzinghen
  • 2
  • Opened 
    on May 30
  • #2148

bind is a great utility function for adapting non railway-oriented functions. However, it can only accept functions with a single input argument. There s the partial function, but that can cause code clutter ...
  • madkopp
  • 1
  • Opened 
    on Apr 15
  • #2113

Bug report What s wrong ReAwaitable cannot be awaited from multiple asyncio tasks simultaneously, and raises exception. user /Library/Caches/pypoetry/virtualenvs/project-env/bin/python /Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py ...
bug
help wanted
  • proboscis
  • 1
  • Opened 
    on Apr 11
  • #2108

The results.safe decorator is a great tool to transform non railway oriented functions. One downside, however, is that the try-except block makes it harder to know where errors occurred, and therefore ...
enhancement
  • madkopp
  • 2
  • Opened 
    on Apr 11
  • #2107

This seems to be the working link. But the link on the org: img width= 1227 alt= Image src= https://github.com/user-attachments/assets/6331b518-5ca3-4d75-adb5-7a8f270bb59e / takes you to this spammy-looking ...
bug
  • zachvalenta
  • Opened 
    on Apr 1
  • #2092

Given coroutines coro1, coro2: @future_safe(exceptions=(ConnectionError,)) async def coro1(c: int | None) - int: if c is None: raise ConnectionError( not connected ) await asyncio.sleep(0) ...
  • zed
  • 3
  • Opened 
    on Mar 23
  • #2080

Problem Currently, the UnwrapFailedError class cannot be pickled (serialized) by default because it uses __slots__. This creates issues when dealing with this exception in multiprocessing or other distributed ...
bug
  • proboscis
  • 1
  • Opened 
    on Feb 27
  • #2048

A way to join the results from multiple stages to a single function fusing the results into the positional args of the target function. Thinking something like this could work, let me know if you think ...
  • second-ed
  • 2
  • Opened 
    on Feb 23
  • #2045
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub