Tomaz Muraus
Tomaz Muraus
Per #1634, it looks like EBS driver is broken and not working. This is a quick and likely incomplete approach to try and fix that (it's not clear if that...
I tried to run EC2 price scraping script before the release (``contrib/scrape-ec2-sizes.py``), but it seems the format in the JSON and JavaScript files has changed so the script doesn't give...
## Problem Description Currently `Dajax` object is not attach to the `window` object. This means it won't be visible to other code (`ReferenceError: Dajax is not defined`) if you use...
This pull request updates the code so in addition to specifying a single metadata object which is used for all the outgoing gRPC calls / requests, user can also specify...
### Background, Details Right now Flask middleware / plugin creates new Tracer instance for each request. This it not great when you are using the same tracer singleton instance across...
(Discussion moved from https://github.com/census-instrumentation/opencensus-python/pull/725) At the moment, ``http.url`` attribute of an HTTP request span contains full URL with query parameters (https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes). This is not ideal, because in a lot of...
This pull request fixes an exception which was thrown when command produced output which contains non-ASCII characters. Here is an example of the error before the fix: ```bash Traceback (most...
## Background, Context I'm self hosting my own Mastodon instance and I encounter "Too many requests" / "Rate limit reached" errors very often even when just very lightly and casually...
We should implement rate limiting on per user basis on the st2auth authenticate API endpoint. There should be no need for single user to authenticate more than some reasonable amount...
This pull request remove support for Python 3.7 which is now EOL (https://endoflife.date/python).