-
To turn animations off, you could write a `prefers-reduced-motion` media query. Then anyone who wants to turn animations off can do so in thue browser/OS settings.
This is from WCAG 2.1 [Animation…
-
The 10-blocks lock is the most problematic aspect of Monero, which heavily impacts its usability as a currency and the user experience of people using services based on Monero. #95 explores the possib…
-
Currently, we have pretty huge primitive and core libraries that pull too many crates for their need.
This issue is created as part of the code review process for #11639 to track improvements.
Rec…
-
Currently we're not able to handle a particular comparator circuit on 4-bit integers (memory use goes over 12GB). The example is a 19-qubit circuit that we fully instantiate as a matrix mid-computati…
-
The code can be made easier by using a few ground truth cached properties, from which then all other properties could be derived. So far we did not follow this approach to avoid storing large quantiti…
-
The code smell "Switch Statements" was addressed by reducing the level of nesting in the status() method. This change improves code readability and maintainability.
Reference: [Switch Statements](h…
-
In @sjordan29's exploration of performance issues in coupling TSM to a test case of ClearWater-riverine, we suspected that we might be running out of memory. This corresponded to our performance profi…
-
How do I reduce time taken by animation to open things like firefox menu, extension menu and more? Its too slow for me.
-
The following theorem fails to type-check in the kernel:
```lean
theorem y : id (Nat.gcd 314159 10000) = Nat.gcd 314159 10000 := rfl
-- (kernel) deep recursion detected
```
Presumably this happ…
-
I'm installing Trunk, and noticed that it has 472 dependencies. This takes quite a while on my machine, and also slows down the CI a lot.
Would it be possible to significantly reduce the number of …