-
Currently
```
struct CriticalCycleResult
{
bool success = false;
std::stringstream message;
size_t cycles; // TO BE MERGED
std::vector arc…
-
The cycles ledger would be easier to use by some systems if - to send cycles to canisters we could just put blob representation of the canister principle in memo and transfer to the minting address.
…
-
Hello,
I have some old project and I would migrate it from v3 to v4. Looks like now spritesheets don't have Cycles. Is it still possible to load animation from .sf file? And is it possible to set f…
-
**Is your feature request related to a problem? Please describe.**
I was testing CUE 0.5.0 to see if it addressed #1827 and found that `cue export` and `cue vet` were hanging indefinitely. I wrongl…
-
Some games that use DMA for audio exhibit severe glitching above about 50k cycles in 0.82.0. Many 3dfx games are similarly affected.
This is the result of the recent mixer improvements of @weirddan…
-
Shifting through the index register is slow (7 cycles), so I replaced it with shifting AccA/B (2 cycles).
This saves 160 cycles per multiplication.
```
diff -u __mul.s.bak __mul.s
--- __mul.s.ba…
-
Cookies are lost if the service worker is refreshed or gets reconstructed.
I wonder if the `cookies` map should be dumped to `/config/init.json` like `settings` and `env`. That way they can persist…
-
Dune reports some module cycles in a way that has no relationship with what the code the user wrote. I suspect this is caused by the fact that we over-approximate the dependency graph since we started…
-
## What is the Problem Being Solved?
Lerna complains,
```
lerna WARN ECYCLE Dependency cycles detected, you should fix these!
lerna WARN ECYCLE @endo/compartment-mapper -> ses -> @endo/compartme…
-
```rust
use ic_cdk_macros::{init, post_upgrade, pre_upgrade, query, update};
use ic_cdk::api::call::{msg_cycles_accept, msg_cycles_available};
use sha2::{Digest, Sha256};
const SINGLE_SHA256_COS…