-
I have added the following property to my application.properties:
```
spring.cloud.inetutils.ignoredInterfaces=lo.*
```
Enpoint /env shows following:
```
"applicationConfig: [classpath:/application…
-
I am using this library to generate a graph to plot health history.
I have a method which generates points (x-coordinates and y-coordinates)
```
const renderGraphDataMonthly = (graphData) => {…
-
The propMapper of `mapPropsOnScroll()` currently accept two args
```
(nextScroll, prevScroll): Object => {}
```
IMHO `prevScroll` might be not used in some cases, so we should let consumers to save…
-
### Regression?
No
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at commit cba1ade848feac44b2eda677503900639581c3f4 (props: bump version to 0.40.0).
Date…
-
## Describe the bug
At the moment there are three (?) ways to open a documentation for an adapter:
1. In the adapter list by using the ``?`` Button
https://github.com/ioBroker/ioBroker.admin/…
-
### Bug or Regression?
Bug
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at commit ea2501d4556f84d3de86a4ae2f4b22a474555b9f (props: bump version to …
-
-
### What happened?
Please take note of the additional debug statements inserted into the UHD source files in "System Information". This bug is related to the [UHD RFNoC property resolution process]…
-
**Describe/explain the bug**
I am trying to render some (plain, non-responsive) nivo charts sever-side on a rails server using `react_component` with `prerender:true` (to support wkhtmltopdf). This…
-
**Describe the bug**
Docs on https://reflex.dev/docs/styling/overview/#styling say that
>Children components inherit inline styles unless they are overridden by their own inline styles.
But, that …