-
A customer reported this, and it might be happening on internal deployment as well. I believe @mohanbaabu1996 has examples
-
**Is your feature request related to a problem? Please describe.**
In order to get license checking and in-app purchases to work you need the Google Play Store app. It would be good if microG didn't …
-
**Github username:** @Jelev123
**Twitter username:** zhulien_zhelev
**Submission hash (on-chain):** 0x9a47db8d083967ecd56a9dd34740adc19bbd6851f0e3a032ffac6648d6f1ecb2
**Severity:** medium
**Descript…
-
Since the codebase mostly uses `typing` the CI should enable a type checking.
Because wrong types are worse than no types at all.
We could start by simply running a mypy check in the CI.
-
I noticed that a playbook that was passing the tests actually failed to deploy on Research Cloud due to the way that parameters seem to be handled: what was really a string value `'true'` on SRC was a…
-
**Is your feature request related to a problem? Please describe.**
When creating an external storage that points to an area with no free space, users get the "Your storage is full , files can not b…
-
**Github username:** @0xmahdirostami
**Twitter username:** 0xmahdirostami
**Submission hash (on-chain):** 0x824726bc37065e0a15464fdd8b6a848f1dbcb62f6e7c09d0a9ee7b9e0160174a
**Severity:** low
**Descr…
-
For a polygon with multiple holes, the point in polygon check seems to be failing.
```julia
import GeometryOps as GO, GeoInterface as GI
using GeometryBasics
rings = [[Point2f.(r*cos(θ), r*sin(θ…
-
CBBT
As passenger, I would like to check-in into a specific vehicle/car, e.g. car 55 of route 103: Saying which route I take, which car number it is, and if it is full/empty.
Our translation: The …
-
Goal: print a warning when doing any of these
- [ ] `1.0 + 1`
- [ ] `1.0 * 2.0`
- [ ] `MUL(1.0q8, 2.0q8, 16)`
- [ ] Check that we still warn if `q8` and/or `, 16` are omitted (with the appropr…