The Wayback Machine - https://web.archive.org/web/20200618151515/https://github.com/topics/event
Skip to content
#

event

Here are 1,042 public repositories matching this topic...

aftabnaveed
aftabnaveed commented Jun 1, 2018

PHP Version 7.1.9

The documentation says that Swoole coroutine cannot be used with xdebug, while developling applications xdebug is very helpful tool. For smaller application it may not be a problem but larger applications makes it necessary to use it.

My question is how can I debug applications while still using Swoole Coroutines ?

patbaumgartner
patbaumgartner commented Nov 7, 2019

Describe the bug
Label needs to change. In PayPal, the text to connect via REST API does not match the current PayPal UI

To Reproduce
IMPORTANT: if you are going to accept payments in a currency you don't hold, please make sure to enable automatic currency conversion.
To do that, go to PayPal dashboard and select Profile -> Profile and Settings -> My Selling Tools -> Block Payments

ics.py
tomschr
tomschr commented Feb 8, 2020

Situation

Currently, the situation with docstrings in classes and functions seems to me ambiguous and inconsistent. 😉 Some are pretty well documented, others are not.
Additionally, some signatures contain conflicting information between docstrings and type annotations, for example:

# file ics/icalendar.py
class Calendar(Component):
    # [...]
    def __init__(
      

Improve this page

Add a description, image, and links to the event topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the event topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.