-
After deleting the `node_modules` folder, a folder named `node_modules/scrypt/build/Release/obj/copied_files/copied_files.tlog` is recreated, and then recreated over and over again when deleted.
Th…
-
### Current Behavior
The usage counter of the config node is shown as 0
![Bildschirmfoto vom 2024-04-06 17-13-14](https://github.com/FlowFuse/node-red-dashboard/assets/31366299/64b697f8-9f30-4b71-88…
-
When I select an area to zoom in on it works but then after double clicking to zoom back out the gridlines reset to what they were before implementing this solution.
-
### Description
In some locales, strings representing decimal numbers sometimes have thousands separators. For example, the number 4242 might sometimes be written as 4,242 in the UK. This is parsed…
-
> looking at a wall with 4 eyes while walking into it resulted in a positive reward;
http://mlg.eng.cam.ac.uk/yarin/blog_3d801aa532c1ce.html
That's the `> 0.75` threshold for forward reward. With a …
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
**Sails version**:1.1.0
**Node version**:v11.7.0
**NPM version**:6.8.0
**DB adapter name**: mysql
**DB adapter version**: 5.7
**Operating system**:mac
Hello,
I have an existing data…
-
In #229 I implemented lowBoundary and highBoundary for dateTime, date, and time.
How should I interpret lowBoundary and highBodunary for Decimal? [The expectation here](https://github.com/FHIR/sql-…
-
**Describe the bug**
When using 0 (unlimited) precision with a scale, I get 0 (with weird exponents) each time I have numbers that have more digits than the scale.
**To Reproduce**
```kotlin
…
-
### VB.Net input code
```vbnet
Dim i As Integer
Dim d As Decimal
i = d
```
### Erroneous output
```C#
int i;
var d = default(decimal);
i = (int)Math.Round(d);
```
This isn't broken (I …