Ecosyste.ms: Issues

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

GitHub / rgalanakis/goless issues and pull requests

#58 - docs: fix a few simple typos

Pull Request - State: closed - Opened by rgalanakis over 3 years ago

#57 - Proposing a PR to fix a few small typos

Issue - State: closed - Opened by timgates42 over 3 years ago

#56 - Bump pygments from 1.6 to 2.7.4

Pull Request - State: open - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#55 - Bump jinja2 from 2.7.2 to 2.11.3

Pull Request - State: open - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#54 - channel.close() does not cause an exception on a waiting receiver

Issue - State: closed - Opened by Ykulvaarlck almost 4 years ago - 1 comment

#53 - Add WaitGroup support (goless.WaitGroup)

Pull Request - State: open - Opened by rgalanakis almost 5 years ago - 2 comments

#52 - can not parallel when there is "while True" in the routine

Issue - State: closed - Opened by kernel8liang over 6 years ago - 5 comments

#51 - Add shim for time.sleep

Pull Request - State: closed - Opened by rgalanakis almost 7 years ago - 1 comment

#50 - SELECT casing is not working

Issue - State: closed - Opened by runflowcode about 7 years ago - 3 comments

#49 - Fix CI

Pull Request - State: closed - Opened by kkroening over 7 years ago - 1 comment

#48 - Add `select_ok` function to detect closed channels during select

Pull Request - State: open - Opened by kkroening over 7 years ago - 5 comments

#47 - Fix #45 (test_raises_deadlock_if_no_goroutines hang)

Pull Request - State: closed - Opened by kkroening over 7 years ago

#46 - Close channels in producer_consumer example

Pull Request - State: closed - Opened by kkroening over 7 years ago - 2 comments

#44 - tickers?

Issue - State: closed - Opened by tejasmanohar over 8 years ago - 2 comments

#43 - Unbuffered channel operations with select at both ends never happen

Issue - State: open - Opened by cleatoma over 9 years ago - 2 comments

#42 - Question about goless

Issue - State: closed - Opened by jstnhuang over 9 years ago - 3 comments

#41 - AttributeError on context switch

Issue - State: closed - Opened by Lukasa over 9 years ago - 4 comments

#40 - GO sync package

Issue - State: closed - Opened by hoangmit almost 10 years ago - 1 comment

#39 - ...

Issue - State: closed - Opened by rgalanakis about 10 years ago

#38 - ...

Issue - State: closed - Opened by rgalanakis about 10 years ago

#37 - AsyncIO support

Issue - State: open - Opened by rgalanakis about 10 years ago - 8 comments
Labels: feature, want pull request

#36 - parallel_for example not using goroutines

Issue - State: closed - Opened by rgalanakis over 10 years ago

#35 - I got an KeyError when use goless.

Issue - State: closed - Opened by codeskyblue over 10 years ago - 1 comment
Labels: wontfix

#34 - Added non-reflection select statements to Go benchmark

Pull Request - State: closed - Opened by justinfx over 10 years ago - 5 comments

#33 - Minor style chnages to docs

Pull Request - State: closed - Opened by MichaelAz over 10 years ago - 3 comments

#32 - Install gevent in setup.py

Issue - State: closed - Opened by rgalanakis over 10 years ago - 1 comment

#31 - Be more explicit with requires so pip install works out of the box. Also...

Pull Request - State: closed - Opened by chrislea over 10 years ago - 10 comments

#30 - Fix issue #28

Pull Request - State: closed - Opened by MichaelAz over 10 years ago - 1 comment

#29 - PyPyStackless doesn't have a runcount attribute

Issue - State: closed - Opened by MichaelAz over 10 years ago - 5 comments
Labels: bug

#28 - benchmark.py throws SystemError

Issue - State: closed - Opened by MichaelAz over 10 years ago - 13 comments

#27 - Find fast way to check for all running greenlets

Issue - State: open - Opened by rgalanakis over 10 years ago - 10 comments
Labels: bug, want pull request

#26 - Network-transparent channels?

Issue - State: open - Opened by rcarmo over 10 years ago - 9 comments
Labels: feature, want pull request

#25 - libev throws SystemError at the end of execution

Issue - State: closed - Opened by aisola over 10 years ago - 13 comments
Labels: bug

#24 - Look at the best way to support pypy-stm

Issue - State: closed - Opened by rgalanakis over 10 years ago - 1 comment
Labels: question

#23 - Add new select syntax

Pull Request - State: closed - Opened by MichaelAz over 10 years ago - 10 comments

#22 - Suggestion - Change behavior of select

Issue - State: closed - Opened by MichaelAz over 10 years ago - 6 comments

#21 - Update tox.ini gevent dependencies once it supports PyPy and Python3

Issue - State: open - Opened by rgalanakis over 10 years ago
Labels: blocked, infrastructure

#20 - Set up stackless in travis and tox

Issue - State: open - Opened by rgalanakis over 10 years ago - 8 comments
Labels: blocked, infrastructure

#19 - Add 3.3 to write_benchmarks

Issue - State: closed - Opened by rgalanakis over 10 years ago

#18 - Set up travis to run PyPy/gevent and Python3/gevent tests

Issue - State: closed - Opened by rgalanakis over 10 years ago - 3 comments
Labels: bug

#17 - Py3 support

Issue - State: closed - Opened by rgalanakis over 10 years ago - 1 comment
Labels: feature

#16 - fix typo

Pull Request - State: closed - Opened by ctismer over 10 years ago - 1 comment

#15 - Add benchmarks in Go

Issue - State: closed - Opened by rgalanakis over 10 years ago - 1 comment
Labels: feature

#14 - Please emphasize the limitations directly on README.md

Issue - State: closed - Opened by ctismer over 10 years ago - 3 comments
Labels: bug

#13 - Create release pipeline

Issue - State: closed - Opened by chuim over 10 years ago - 31 comments
Labels: infrastructure

#12 - Threading backend?

Issue - State: open - Opened by rcarmo over 10 years ago - 23 comments
Labels: feature

#11 - Example tweaks

Pull Request - State: closed - Opened by rcarmo over 10 years ago - 1 comment

#10 - Provide user-level examples

Issue - State: closed - Opened by rgalanakis over 10 years ago - 2 comments

#9 - Add to the docs a guide for setting up a development environment

Issue - State: closed - Opened by chuim over 10 years ago - 1 comment
Labels: want pull request

#8 - Need more issues... :)

Issue - State: closed - Opened by chuim over 10 years ago - 2 comments

#7 - PyPy should prefer gevent backend

Issue - State: closed - Opened by rgalanakis over 10 years ago - 2 comments

#6 - Parameters in goroutines?

Issue - State: closed - Opened by rcarmo over 10 years ago - 12 comments

#5 - Fix documentation ToC issues

Issue - State: closed - Opened by rgalanakis over 10 years ago - 1 comment
Labels: bug

#4 - Support better close channel semantics

Issue - State: closed - Opened by rgalanakis over 10 years ago - 2 comments

#3 - Create release for PyPI

Issue - State: closed - Opened by rgalanakis over 10 years ago - 1 comment
Labels: bug

#2 - Debug failing tests under pypy with stackless backend

Issue - State: open - Opened by rgalanakis over 10 years ago - 15 comments
Labels: bug, want pull request

#1 - Turning BufferedChannel into the One Channel To Rule Them All

Pull Request - State: closed - Opened by chuim over 10 years ago