Tom
Tom
a) I agree that a uniform use of one of `uri` & `url` is desirable; but b) I would advocate `uri` over `url` Why b)? - `redirect_uri` is commonly used....
**Edit:** The below information is not correct as pointed out by @zyv below > ``` > - uses: actions/checkout@v2 > with: > ref: ${{ github.event.pull_request.head.sha }} > ``` > -...
> @tomdottom this information is not available in `issue_comment` event. @zyv thanks for pointing this out
@phildini were you thinking of following the `pip` cli api. ``` thanks -r requirements.txt ``` ``` thanks package-name ``` ``` thanks setup.py ``` ???
[PR ](https://github.com/pypa/warehouse/issues/3831) submitted to warehouse project by @nixjdm should exposed the project_urls in the json api.
@CoreyD97 to make Stepper work with the scanner would it be possible to do the following in `processHttpMessage`: 1. Retrieve the request generated by the scanner from the IHttpRequestResponse param...
This might help #378, Added ability to read from `.gz` and `.bz2` files. ``` asciinema play tests/demo.json.gz asciinema play tests/demo.json.bz2 asciinema play tests/demo.cast.gz asciinema play tests/demo.cast.bz2 ```
@endreszabo is this functionality already built-in, or is this post-processing that has to be done by a custom script?
@rastaman I've just stumbled across this incompatibility issue too. It appears that confluence cloud has it's own api https://developer.atlassian.com/cloud/confluence/rest/ This package appears to follow the Confluence Server rest api https://docs.atlassian.com/ConfluenceServer/rest/6.9.1/