-
The default rounding mode for `Number#round` is `TIES_EVEN` since #10508; it rounds 0.5 to 0.0, rounds 1.5 to 2.0, rounds 2.5 also to 2.0, and rounds 3.5 to 4.0. #11097 added a way to change this defa…
-
When we place a modal inside a drawer and then place a panel inside the drawer, the floating UI position becomes incorrect.
All use popover attribute and uses top-layer.
To overcome this , we us…
-
We would like to enhance the user experience by making the top header of our application floating. This means that as users scroll down the page, the header should remain fixed at the top of the scree…
-
Rice uses `LockConstraint`s to stick to things, but sometimes it can end up with these constraints existing at a distance, somehow.
Large time steps cause this to occur more frequently/noticeably, …
1j01 updated
2 months ago
-
### Description of issue
Floating chat messages appear in front of people's faces, meaning you can't see the face of who you're talking to.
![image](https://github.com/user-attachments/assets/6e5f6e…
-
I cannot write floating point values with _write(). Instead "null" is being written, and no error or return value is provided.
Example which creates the issue:
```
async with BAC0.start(ip=_ip) a…
-
When I run this: `sh scripts/train.sh -g 1 -d s3dis -c semseg-pt-v3m1-1-rpe -n semseg-pt-v3m1-0-rpe`
I get these logs:
```
[2024-10-15 22:27:28,455 INFO train.py line 128 2539500] => Loading config…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### OrcaSlicer Version
2.1.1
### Operating System (OS)
Windows
### OS Version
Windows 10
### Addition…
-
https://www.freecodecamp.org/news/what-is-a-floating-point-arithmetic-problem/
-
### What Docs changes are you proposing?
The spec of json-schema says that a number `x` satisfies a `multipleOf: m` schema when the result of `x / m` is an integer/ However, in most programming langu…