-
Hi!
I use all default configs downloaded from this git in 3 fregtrade docker containers live.
Sometimes I see when one or more processes use 100% of one processor core.
![Screenshot from 2024-1…
-
**Github username:** @feeqcodes
**Twitter username:** feeqcodes
**Submission hash (on-chain):** 0xc67b6aae92551c031fc63e7e70f459c29be30f082ca776b4f29ebd02386f3ccb
**Severity:** high
**Description:**…
-
There is occasional interest in working with multiple leaves at once. We would need to figure how to do this in a way that keeps that app speedy and the UI simple. There's also concern about this redu…
-
Ex: Big.new(275.75).roundDown().toString() giving 276
I think it's because snapped(mantissa, precision) is rounding to the nearest multiple of precision, not down.
I'm not sure if it's actually …
-
The new sensor precision introduced in 2023.3.0 is not respected. The full sensor value is shown instead of the rounded value.
You can reproduce it by adding a multiple-entity-row with a numeric sens…
-
As noted by @DietBru in gh-7588, the current C implementation used in `remez` has some bugs (gh-7588 and gh-11968), and it would be nice to have a new implementation which is easier to maintain.
@s…
-
`num` is one of the less efficient implementations of multi-precision arithmetic. (IIRC it is several orders of magnitude slower than GMP.) It might be worthwhile to use `ramp` (requires nightly and d…
-
---
### Feature Request: News Articles Category Prediction
**Summary:**
A feature to predict the category of a news article (such as Sports, Politics, Entertainment, Technology, etc.) based on …
-
Enable creating engines (currently, MXR files, eventually perhaps dynamic objects) without embedding the weights in the engine.
Use cases:
(1) Support compilation for various batch sizes without …
-
### Describe the bug, including details regarding any error messages, version, and platform.
```cpp
TEST_F(TestIn, TestInDecimal) {
int test = 5;
while(test--) {
int32_t precision = 38;
…