-
We currently measure script sizes (cf. `script-size` testsuite in onchain code) and treat them as a proxy measure for estimating transaction costs. What we would like to have is something like:
```…
-
This error occurs very infrequently according to @gurshabad. It seems conceptually related to https://github.com/ooni/probe/issues/2420. However, unlike https://github.com/ooni/probe/issues/2420, this…
-
Blocking the server code is unrealistic in most cases. The network request should be done asynchronously.
Would you consider merging something like the following commit that uses a separate thread?
…
-
hello dera;
i used your YAML from Flink Book, and i added Paimon to Jar folder of that and also on Dockerfile and create bellow YAML ( i attached YAML also ) , then i tried using this repositorys Rea…
-
I'm trying to send config info to Home Assistant from a Pico W with the following code:
```
import time
import config
from network import WLAN,STA_IF
import ubinascii
# import gc
# import mic…
-
**Is your feature request related to a problem? Please describe.**
To efficiently simulate systems beyond a few dozen qubits, alternative methods are necessary due to the exponential increase in co…
-
### I have checked if others have suggested this already
- [X] I have checked this issue tracker to see if others have reported similar issues.
### Feature description
While choosing best vpn serve…
-
-
### Checklist
- [X] I have updated to the latest available Home Assistant version.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my b…
-
The algorithm to control the ellipsis is implemented in https://github.com/firefox-devtools/profiler/blob/main/src/utils/text-measurement.js.
We can see in several profiles how it's not perfect: some…