Jens Tröger
Jens Tröger
The two URLs used here https://github.com/bbangert/velruse/blob/7027acc43df77331d34014fdbb796ee5c54c8d5e/velruse/providers/live.py#L78 and https://github.com/bbangert/velruse/blob/7027acc43df77331d34014fdbb796ee5c54c8d5e/velruse/providers/live.py#L98 should be replaced with `https://login.live.com/oauth20_authorize.srf` and `https://login.live.com/oauth20_token.srf`, respectively.
It seems to me that the `Content-type` of a response is handled incorrectly. For example, if I create a request sending JSON data: ```javascript var options = { ... contentType:...
While the `env` command is somewhat useful it would be nice to preview a request before sending it… perhaps a `show` or `dump` or `req` command would be helpful?
Bookalope is a SaaS platform for AI-assisted manuscript analysis, accessible ebook conversion, and more.  **Issue:** closes #7644 **Similarweb rank:** n/a and https://github.com/bookalope/ ### Checklist - [X] I updated the...
### Brand Name Bookalope ### Website http://bookalope.net/ ### Popularity Metric Huh 🤔 No Similarweb rank? https://www.similarweb.com/search/?q=bookalope ### Official Resources for Icon and Color - Logo: https://bookalope.net/img/bookalope-logo.svg - Name: https://bookalope.net/img/bookalope-logo.png ###...
Not sure if this is a macOS (Mojave) issue only or a general issue with Slack 3.3.8. After updating Slack yesterday and editing the files, the stylesheet seems to work...
## The problem Logs are most useful, so here is mine: ``` debug: set_new_version('2.2.0') debug: Writing new version number: path=PosixPath('src/package/__init__.py') pattern='__version__ *[:=] *["\\\'](\\d+\\.\\d+(?:\\.\\d+)?)["\\\']' num_matches=1 debug: set_new_version -> True debug: commit_new_version('2.2.0')...
## Description Add a `{current_version}` variable to the [commit message generation](https://python-semantic-release.readthedocs.io/en/latest/configuration.html#commits), perhaps consider aliasing the `{version}` variable with `{new_version}`. ## Use cases That would allow me to specify a commit...
This PR is a draft and discussion. I’m still testing it, and wanted to gather feedback early. ### Background When using distributed RabbitMQ hosted by AmazonMQ’s service then connection losses...
I think this is not a bug per se, but kind of a missing feature: I noticed that the [httpexceptions](https://github.com/Pylons/pyramid/blob/master/src/pyramid/httpexceptions.py) module misses the [error response 418, I’m a Teapot](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418) and...