-
can't able to add a phone number to the telegram contact list
I'm tried this code and was not able to add
also tried to add my own number to check if it works or not but can't able to add
f…
-
```
from microbit import *
import machine
import random
while True:
num = random.randint(1, 7)
display.show(num)
sleep(10) # works ok for me with 20ms
machine.reset()
```
…
-
Currently, `CRT_list()` works by *folding* the input from one side. In typical cases of interest, it is much more efficient to use a binary-tree structure instead. (This is similar to how `prod()` i…
-
In Heptapod by @4atj on Jul 17, 2022, 21:34
Creating new lists/tuples/sets all tests use an iterable of ints of size 2^14.
Every test case repeats 2^14 times.
Multi-spaces gets removed so had to use…
-
# Bug report
import random
x = 31274592613493751415103060963
if x < random.randint(0, x):
print("FAILURE")
This function should never produce results outside of the specified range, but for…
-
https://github.com/sotetsuk/pgx/actions/runs/3343343322/jobs/5536462957
```
=================================== FAILURES ===================================
________________________________ test_…
-
`mpz.is_divisible` and `gmpy2.is_divisible` fails to work correctly when the divisor is in range `[2^63, 2^64)`, probably due to some integer conversion issues(?).
```python
>>> q=mpz(randrange(2*…
-
Specifying the seed value does not work at the moment and results in an exception inside protobuf:
> File "/Users/michael/Projects/genv/dreamstudio/venv/lib/python3.9/site-packages/google/protobu…
-
## Overview
Cannot build wheel.
## Environment
- Ubuntu 22.04
```
libvulkan-dev/jammy,now 1.3.239.0~rc1-1lunarg22.04-1 amd64 [installed]
libvulkan1/jammy,now 1.3.239.0~rc1-1lunarg22.04-1…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-beta.0 on 2022-08-18; Adafruit Feather ESP32-S2 TFT with ESP32S2
```
### Code/REPL
```python
import time
import random
…