SvineruS
Results
2
issues of
SvineruS
**Describe the bug** when trying to fill the canvas with pixels using a loop, the application is VERY slow. **To Reproduce** ``` def draw(): for x in range(s): for y...
optimization
Should use .equals() instead of === for PublicKey ---- > [!IMPORTANT] > Fixes incorrect `PublicKey` comparison in `createSPLTokenInstruction` to ensure correct token program selection. > > - **Behavior**: > -...