-
On line https://github.com/flashingpumpkin/django-socialregistration/blob/master/socialregistration/mixins.py#L126 it reads:
`return User()`
but technically it should read:
`return get_user_model()…
-
The constants used for milliseconds in a year and milliseconds in a month are incorrect because they are computed from the slightly naïve understanding of leap days in the Gregorian calendar.
A lea…
-
## Description
We have a table named `events`. Autocomplete doesn't work in query involving this table (at least for a JOIN condition and a SELECT column), _unless_ I quote the table name.
## Repr…
-
I pretty often compose a set of queries I want to enter in `psql`/`pgcli` in a notepad, and then paste them into the terminal as a single block.
In `psql`, the entire block of queries executes norm…
-
**Describe the bug**
Duration is computed incorrectly from ISO 8601 format for some edge cases. For example, moment computes `P64D` to be `2 Months 3 Days`.
**To Reproduce**
```
moment.duration(…
-
Its getting detected by datadome captcha in **headless** mode.
![datadome](https://github.com/user-attachments/assets/04a73588-8d0d-470f-9645-36e6c7607e7d)
```
async def main():
async wi…
-
from https://github.com/conda-forge/datalad-feedstock/pull/64 while building 0.15.1
```
2021-10-21T19:01:23.1914915Z ======================================================================
2021-10…
-
Title: SARS-CoV-2 invades host cells via a novel route: CD147-spike protein
# General Information
## Please paste a link to the paper or a citation here:
Link: https://doi.org/10.1101/2020.…
-
## Description
This issue is created to track the progress of creating a new Configuration Reference according to the Configuration Overhaul RFC.
### Context
- https://github.com/hyperledger/…
-
### NetBox version
v4.1.3
### Topology Views version
v4.1.0
### Steps to Reproduce
Install NTV on a server configured for anonymous access:
```
LOGIN_REQUIRED = False
EXEMPT_VIEW…