-
Copied from https://github.com/alephium/alephium-frontend/issues/1014
https://explorer.alephium.org/transactions/5dd003e4b7f93c06e4c05c0600dcd1a4a8294bfcc648d0c0dc0bc8bd15a4c229
the output excee…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
-
### Describe the bug
arrays.sum([]) or {panic(err)} returns "/v/vlib/arrays/arrays.v:253:4: error: operator += not defined on left operand type T"
### Reproduction Steps
arrays.sum([]) or {panic(er…
-
Platforms: inductor
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_scatter_reduce_sum_cuda_float16&suite=TestInduc…
-
I am trying to sum of powers by rack. I just want to display this in a single stat. Items for a single PDU have items like "Power Ch. 1" "Power Ch. 9" etc. My query looks like this:
```
Query…
wz2b updated
3 months ago
-
Similar to how GitHub actions supports capturing output from each step in CI, we should do the same. We should support rewards output (including support for negative values) as well as comment output.…
-
### Feature Request
Implement a `SUM_IF(x, y)` aggregate function that would return the sum of TRUE input values. This would be equivalent to `SUM(CASE WHEN x THEN y END)`
### Desired Functional…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
``` SQL
CREATE TABLE `t9b3fcac6` (
`col_93` varchar(465) COLLA…
-
Teams have to be formed in a way that the sum of scores in each team is a close as possible to each other. For example, two teams could be 100+10+10 and 40+40+40. Probably something to do with a multi…