-
### Is your feature request related to a problem? Please describe.
There tools that already have their own setup script, to set their environment variables.
However, they lack the ability to unlo…
-
This issue is to determine if we agree on some common examples of intent markup.
I encourage others to describe specific examples.
**Example 1**: multiline expressions with a big curly brace on th…
-
# Lines of code
https://github.com/code-423n4/2022-09-artgobblers/blob/d2087c5a8a6a4f1b9784520e7fe75afa3a9cbdbe/src/ArtGobblers.sol#L576-L685
# Vulnerability details
## Impact
Knuth shuffle is no…
-
**Which module is related to your feature request?**
Scheduler/Optimizer
**Is your feature request related to a problem? Please describe.**
Here I will post all my ideas (new formulas) to improve…
-
# Problem: Constant-Time Arithmetic for Cryptographic Uses
The math/big package naturally and inevitably gets used for cryptographic purposes, including in the standard Go crypto libraries. Howeve…
-
# Lines of code
https://github.com/code-423n4/2022-09-artgobblers/blob/d2087c5a8a6a4f1b9784520e7fe75afa3a9cbdbe/src/ArtGobblers.sol#L576-L685
# Vulnerability details
## Impact
Sophisticated users…
-
**Describe the bug**
My app sometimes rebuilds the track queue under certain circumstances (e.g. losing internet connectivity). To keep things simple, I loop through the entire queue and call `remove…
-
## Bevy version
c78b76bba8def0d72b579b4a06673843f32e8532
## What you did
In my game, I have several screens which I can go through by clicking the mouse (with `just_pressed` on `Input`). Each…
-
### GAS OPTIMIZED CYCLE PATTERN
```
unchecked {
for (uint256 i; i != n; ++i) {}
}
```
Inside the code:
```diff
diff --git a/src/ArtGobblers.sol b/src/ArtGobblers.sol
index 0d413c0..1b26c8b 100644
…
-
# Feature request: strict mode configuration flag
This issue has been a sensitive one in the past, so I'm trying to tread lightly here. Pydantic's position so far has been that because it's a parsi…