event
Here are 1,050 public repositories matching this topic...
Testing
Isn't just enough to not use babel and etc? Why we need this and ES6 syntax and imports at all. It is just overhead. With that we can just remove babel from deps and they will look more clean.
/cc @developit
-
Updated
May 29, 2020 - PHP
-
Updated
Jun 8, 2020 - JavaScript
Prometheus能提供图片吗?
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
-
Updated
Oct 10, 2019 - Swift
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
-
Updated
Jun 23, 2020 - PHP
-
Updated
Jun 11, 2020 - Python
-
Updated
May 5, 2020 - JavaScript
-
Updated
Feb 18, 2020 - Swift
Situation
Currently, the situation with docstrings in classes and functions seems to me ambiguous and inconsistent.
Additionally, some signatures contain conflicting information between docstrings and type annotations, for example:
# file ics/icalendar.py
class Calendar(Component):
# [...]
def __init__(
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Jan 14, 2018 - C
-
Updated
Apr 20, 2020 - C
-
Updated
Nov 10, 2017 - TypeScript
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Feb 13, 2019 - JavaScript
Is this a BUG REPORT or FEATURE REQUEST?:
Uncomment only one, leave it on its own line:
/kind bug
/kind feature
What happened:
There is no docs about how to integrate with prometheus & alertmanager
What you expected to happen:
There is docs about how to integrate with prometheus & alertmanager
**How
Improve this page
Add a description, image, and links to the event topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the event topic, visit your repo's landing page and select "manage topics."
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 ?