Skip to content

issues Search Results · repo:python-trio/unasync language:Python

Filter by

18 results
 (97 ms)

18 results

inpython-trio/unasync (press backspace or delete to remove)

Home Assistant is looking to introduce new checks: https://github.com/home-assistant/core/pull/145381 https://github.com/python-trio/unasync/blob/3d7a3695099f8e5772631025c0b32909527437fb/setup.py#L20 ...
  • epenet
  • 3
  • Opened 
    on May 21
  • #82

Imports from the _async module seem to be unaffected: from library._async.module import AsyncFoo gets converted to from library._async.module import SyncFoo Expected result: from library._sync.module ...
  • anand2312
  • 1
  • Opened 
    on Sep 30, 2023
  • #79

1) trying to use this on Windows is producing bad EOL in output file. This is because the file is opened binary on read and pulls in \r\n but then the file is opened as text on output so ends up writing ...
  • remdragon
  • 1
  • Opened 
    on Dec 17, 2022
  • #78

Hey 👋 I recently came across unasync and wanted to commend you on this incredibly promising useful project. In that vein, I wanted to note that certain substitutions (notably additional_replacements={ ...
  • david-alm
  • 4
  • Opened 
    on May 7, 2021
  • #74

unasync has been packaged for conda. To install it: conda install -c conda-forge unasync Please let me know if someone would like to be added as a maintainer of the recipe.
  • davidbrochart
  • 2
  • Opened 
    on Mar 9, 2021
  • #73

Would it make sense to allow for just-in-time generation (and execution) of the synchronous code?
  • davidbrochart
  • 3
  • Opened 
    on Mar 9, 2021
  • #72

This is useful for workflows where everything gets a final once-over as part of testing. See: https://github.com/encode/httpcore/blob/0.11.1/unasync.py#L49
  • johtso
  • 1
  • Opened 
    on Oct 5, 2020
  • #69

Think this would be a generally very useful feature. Easy to structure your code so that various things have Async/Sync prefixes, and then you can just target them all with a regex instead of having to ...
  • johtso
  • 2
  • Opened 
    on Oct 5, 2020
  • #68

Something like: # unasync: ignore and / or exclusion patterns.. See https://coverage.readthedocs.io/en/coverage-5.3/excluding.html
  • johtso
  • 10
  • Opened 
    on Sep 26, 2020
  • #67

Currently if you rename a file for example you end up with stale files hanging around.
  • johtso
  • 1
  • Opened 
    on Sep 26, 2020
  • #66
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