-
**Describe the Bug:**
Migrated from https://github.com/kokkos/kokkos/issues/6939.
Compiling
```C++
#include
#include
#include
#include
#include
// When the special members are defi…
-
The class `RexsVersion` has currently two methods which allow a comparison of versions: `equals` and `compareTo`. The behaviour of both is not consistent, though.
- `equals` compares based on the n…
-
Update integration tests to use the latest style of testing using `module` and `async/await`.
Oreoz updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
Movecraft's signs are a reliable way to control and monitor crafts in a gameplay inclusive manner. These can further be elevated thr…
-
**Current Behavior:** All inventory max stack sizes are the same as Stacker's maxStacker value.
**Desired Behavior:** Allow for a way to configure certain max stack sizes depending on the context.
…
-
The following drivers found on the README will need to be implemented and debugged.
C: Completed
I: Implementing
D: Debugging
P: Changes Proposed
N: Needs Changes
| Name | Statu…
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same feature, before opening a new one.
- [X] This issue only relate…
-
**Is your feature request related to a problem? Please describe.**
I often want to quickly find out "what are the dependencies of this project" or "what are the build settings of this project". How…
-
Because python's underlying floating point arithmetic has precision errors, the following program prints out false:
```
load system io.
io @println ( (.1 + .1 + .1) == .3 ).
```
All we would …
-
Following the same logic that led to its inclusion into C++20: https://devblogs.microsoft.com/cppblog/simplify-your-code-with-rocket-science-c20s-spaceship-operator/
- `` three-way comparison is a …