-
# Bug Report
On using below decorator from README file
```py
@limiter.limit("1/second")
```
raises `Value Error`
```py
ValueError: invalid literal for int() with base 10: 'second'
```
I…
-
I've installed mcclintock and am trying to run the test suite but am getting a failure from trying to build the mcc_relocate2 conda environment.
```
[andrewss@headstone mcclintock]$ conda activate…
-
### Description
Getting this type error when attempting to create a room:
```
synapse.http.server: [POST-61] Failed handle request via 'RoomCreateRestServlet':
…
-
R&D: Find and implement best lightweight option for rate limiting on Next API system
- [x] Research ideal rate limiting system for Next API
- [x] Implement rate limiting framework for Next API
-
# Balsamic Verification Report
## Release Information
- Version: 12.0.2
- Release Type: Patch
- Release Commit: c62ec13
- Release Date: 2023-07-24
## Person(s) involved in the development …
-
I maybe completely misunderstanding this so forgive me if this is the case, but say we take:
`ts_less_than: Math.floor(now / 1000 / parseInt(interval)) - parseInt(interval) * 2`
This is `number …
-
Since Milio release Axios is throwing errors.
-
With default rate limiting values, we used to be able to create at least 3 rooms in one go. The new Space screen in Element Web depends on this (https://github.com/vector-im/element-web/issues/23620) …
-
**Describe the bug**
When using the RateLimiter middleware, the `exclude` path does not seem to be honored. In the code example below, the app serves an HTML response to the root URL path. In the H…
-
## Current Behavior
I have updated conda. I tried to install other packages after that and getting module six not found error. I checked this location
/home/arun/anaconda3/lib/python3.7/site-p…