Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / BobTheBuidler/ez-a-sync issues and pull requests

#204 - feat: make TaskMapping hashable

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#203 - fix: SyncModeInAsyncContextError

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#202 - chore: rebase

Pull Request - State: closed - Opened by nvy-0x 6 months ago

#200 - chore: run mypy in various envs

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#199 - feat: specify py versions in setup.py

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#198 - feat(test): add python 3.12 to gh test workflow

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#197 - feat(test): add py 3.11 to gh test workflow

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#196 - fix(test): fix path config in gh workflow

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#195 - feat: sphinx extension

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#194 - feat(docs): hide _AsyncExecutorMixin

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#193 - feat: import stuff to .primitives pkg

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#192 - feat(docs): hide `_is_protocol`

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#191 - feat: import more stuff to main package

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#190 - feat(docs): hide `_Done`

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#189 - feat(docs): add modules

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#188 - fix(docs): specify module for toctree

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#187 - fix(docs): fix make command

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#186 - feat(docs): include private modules

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#185 - feat(docs): link to external docs for py builtin types

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#184 - feat(docs): document iter, aiter, next, anext dundermethods

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#183 - chore: refactor task docs

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#182 - feat(docs): group members by type

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#181 - feat(docs): include inherited members

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#180 - feat(docs): separate class signature

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#179 - fix(docs): syntax error in conf.py

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#178 - feat(docs): rtd sphynx theme

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#177 - feat(docs): add call and getitem dunders to docs

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#176 - feat(test): ignore changes in docs files

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#175 - feat: ProcessingQueue support more than 1 arg, plus kwargs

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#174 - feat(docs): move type hints to description

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#173 - chore: exclude attrs from docs

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#172 - chore: refactor executor

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#171 - feat(docs): add docstrings to iter.py and iterators.py

Pull Request - State: closed - Opened by nvy-0x 6 months ago

#170 - chore: cleanup aio Task destroyed logs

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#169 - fix: ProcessingQueue hangs

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#168 - feat: reduce task mapping memory use with Queue

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#167 - feat: ProcessingQueue

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#166 - fix: TaskMapping dict implementation

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#165 - feat: reduce TaskMapping cpu overhead

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#164 - fix: docs deploy missing make command

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#163 - chore: enable push to gh-pages branch

Pull Request - State: closed - Opened by BobTheBuidler 6 months ago

#162 - chore: add sphynx docstrings to task.py

Pull Request - State: closed - Opened by nvy-0x 6 months ago

#161 - chore: add helpful context to TypeError

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#159 - chore: cleanup deprecation logs

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#158 - fix: TaskMapping again

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#157 - fix: TaskMapping.__aiter__

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#156 - fix: _slots_ conflict

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#155 - fix: AttributeError

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#154 - feat: ASyncIterable and ASyncIterator repr

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#153 - feat: wrap async gen functions for ASyncMeta instances

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#152 - chore: refactor iter module

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#151 - chore: cleanup Generic types

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#150 - feat: HiddenMethod property getter awaitable without calling

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#149 - chore: replace f-strings in loggers

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#148 - feat: type check Protocols

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#147 - feat: save ram

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#146 - feat: even better type hints

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#145 - feat: implement _slots_

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#144 - fix: HiddenMethod repr

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#143 - feat: implement _slots_

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#142 - feat: Queue.get_all and Queue.get_multi methods

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#141 - feat: better type hints everywhere

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#140 - feat: cache properties for faster access

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#139 - feat: Queue.get_all and Queue.get_multi

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#138 - feat: proper type checking for decorated fns

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#137 - fix: Queue.get(-1)

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#136 - fix: ASyncFunction.__module__ not updated to wrapped

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#135 - fix: persisted task exc handling

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#134 - fix: gather with tqdm

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#133 - fix: as_completed type checking

Pull Request - State: open - Opened by BobTheBuidler 7 months ago

#132 - feat: Queue.get with multiple results

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#131 - fix: Queue type hints

Pull Request - State: closed - Opened by BobTheBuidler 7 months ago

#130 - fix: disable temp fix

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#129 - fix: TaskMapping aiter

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#128 - chore: fix mypy errs

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#127 - chore: fix mypy errs

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#126 - fix: persisted task exc handling

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#125 - fix: TaskMapper aiter when loader is running

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#124 - chore: add debugging print

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#123 - fix(tests): fix test_task_mapping

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#122 - fix: broken import

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#121 - feat: gather exclude_if kwarg

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#120 - feat: init TaskMapping with iterables

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#119 - feat: TaskMapping await and aiter methods

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#118 - fix: write permission

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#117 - feat: docs structure

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#116 - chore: fix mypy errs

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#115 - fix: TaskMapping.map

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#114 - chore: fix mypy errs

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#113 - feat: map

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#112 - feat: TaskMapping class

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#111 - chore: refactor TypeVars

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#110 - fix(test): test persistent task pruning

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#109 - fix: Set changed size during iteration

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#108 - feat(test): test_task.py

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#107 - fix: match asyncio.create_task api

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#106 - feat: create_task

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago

#105 - fix: as_completed_mapping with return_exceptions=True

Pull Request - State: closed - Opened by BobTheBuidler 8 months ago