alkihis
alkihis
In 1.8.0, the ability of specifiying the locale used in faker.js has been implemented, but doesn't apply automatically (and isn't documented). I've haven't managed to make it work with the...
Remove deprecated features - [ ] All rate limit helpers (cache + methods + autosave) available on `TwitterApiBase` and `ClientRequestMaker` - [ ] `options.type` parameter of `.uploadMedia` - [ ]...
Hi, I recently migrated to the last version of django debug toolbar (3.1.1) and I experienced one major performance issue. When a view makes a "huge" (in textual form) SQL...
In the main page, when clicking on a chart type, modal content is not scrollable (due to `pointer-events: none`), so text is truncated. ```css .modal-dialog { pointer-events: all; } ```...
Actually, no rate limit is made for every endpoint. Especially with Twitter endpoints, this is key!
### Issue description Crash when using Repository.save with a column of type 'time', array: true when switching from null to a value, in PostgreSQL ### Expected Behavior Update should occur...