-
Hi, there seems to be a bug in the addition of another round for a Swiss tournament. This bug does not show up in the demo [](https://www.bracketapp.nl/login)
I created 8 players for 8 teams (each …
-
Seen in a recent activity log export.
-
When scheduled rewards become a payout, the chart UI looks a bit strange:
Ideally, the scheduled rewards line would merge into the top of the payouts and then continue on, rather than jumping d…
-
Following instructions here:
https://docs.ansible.com/ansible/devel/getting_started_ee/build_execution_environment.html
Leads to:
```
# ansible-builder build --tag postgresql_ee --container-runt…
-
A few things are coming out differently, for unclear reasons. e.g. the pipes in frame52.pbrt.
CPU:
![Screenshot from 2020-08-18 15-40-58](https://user-images.githubusercontent.com/102567/90572582-…
-
## Description
**How to replicate:**
1. Navigate to the BC Parks Admin portal as an Admin user on TEST environment: Authenticated access to BC Parks Admin
2. Navigate to one of the Parks facilities…
-
as this is a java application, i am worried about potential security holes before this gets implemented into our company. i have recently heard of this new exploit on the news and would like more info…
-
```sql
SELECT RANGE_BINS(INTERVAL 'P1M', PERIOD(TIMESTAMP '2024-01-01T00:00:00Z', TIMESTAMP '2024-06-01T00:00:00Z'))
```
Gives the error:
```
Error: xtdb.RuntimeException
Cannot cast month-day…
-
[devdoc/Functional Domain/System Capability Mapping Viewpoint.md](../blob/main/src/devdoc/Functional Domain/System Capability Mapping Viewpoint.md)
Would it make sense to change the direction of th…
-
As of ROM 920408, `INT(-1.5)` returns -1, and generally demonstrates truncation toward zero. This is unlike the C65 910828 and C64, which truncate toward negative infinity, e.g. `INT(-1.5)` returns -2…