-
Updated
Jun 25, 2020 - Python
gateway
Here are 87 public repositories matching this topic...
-
Updated
Nov 13, 2019 - Python
When users "share message" and add a comment, the RTM includes an "attachment" field on the message. The web client displays the text of this message, and the user sometimes adds a comment about it. This currently displays in IRC as a context-free comment since the attachment is dropped.
Not sure how this should be rendered. Maybe just insert a new message, as if sent by the sharing user, with th
-
Updated
Jun 24, 2020 - Python
-
Updated
Sep 24, 2019 - Python
-
Updated
Dec 17, 2019 - Python
-
Updated
Jun 25, 2020 - Python
-
Updated
Aug 27, 2018 - Python
-
Updated
Dec 2, 2019 - Python
-
Updated
Dec 19, 2016 - Python
-
Updated
Mar 19, 2018 - Python
-
Updated
Apr 20, 2019 - Python
I suggest you to raise moyasar custom exception (for payment requests) instead of base exceptions. It's a really good mechanism for separating user exception and moyasar exceptions. More details about this can be found at python doc.
-
Updated
Jun 22, 2020 - Python
-
Updated
Apr 21, 2020 - Python
Improve this page
Add a description, image, and links to the gateway topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gateway topic, visit your repo's landing page and select "manage topics."
One of the features added in PR #629 was the ability for users to specify per-user volume mounting by specifying
KERNEL_VOLUME_MOUNTSandKERNEL_VOLUMESvalues in theenvstanza of the api/kernels POST request's json body. We need to document an example of how that would be accomplished. It could be as simple as taking the example from #629This issue came up during the review of PR #7