Birk Johansson
Birk Johansson
Instead of parsing and handling the `X-Forwarded-For`-header it would be useful to use eg. the `X-Real-IP`-header. Even better, it would be great if you could have access to the entire...
#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: v14.17.1 *...
Backport to 2.39 of #16488
Backport to 2.39.5 of #16488 2.39.5 is frozen. Waiting for RCB approval.
https://dhis2.atlassian.net/browse/DHIS2-16062 Adds the reverse reference from `dataElement`->`programStageDataElements`. As far as I understand this is basically the same as the reverse reference to `dataSetElements`. This is mostly useful to allow us...
Hello, thanks for this utility type. However, my usecase is usually to create a type of an object where only certain keys of that same object are mutually exclusive. I...
### Description I don't think we should extend `HTML`-elements directly. In some cases like `tabIndex` we're actually using a conflicting type, which causes type-errors in our types. `tabIndex` should really...