RaenonX

Results 11 issues of RaenonX

In [general recommendations](https://consensys.github.io/smart-contract-best-practices/development-recommendations/general/external-calls/#dont-use-transfer-or-send), it is recommended against using `send()`. However, in the example code of [speed bump](https://consensys.github.io/smart-contract-best-practices/development-recommendations/precautions/speed-bumps/), it uses `send()`. `send()` is more readable, so adding a comment on why...

**Is your feature request related to a problem? Please describe.** Futures trading hours are long, and can be separated into a few sections. Having such ability helps distinguishing the sessions....

enhancement
need proposal

**Is your feature request related to a problem? Please describe.** If my chart background is close to black (something like `#050505`), and I pick a dark blue around `#142e61`, the...

need proposal
polish

### Current behavior If the test code contains optional chaining, the tester fails to run. ``` Error: Webpack Compilation Error ./cypress/integration/sandbox.test.ts 5:25 Module parse failed: Unexpected token (5:25) File was...

existing workaround

**Tesseract.js version (version number for npm/GitHub release, or specific commit for repo)** v5.0.3 **Describe the bug** Unable to run. Console showing `maximum call stack size exceeded`. **To Reproduce** Steps to...

### **Is your feature request related to a problem? Please describe.** I am tracking the metadata change because of version bump of a DLL. I am not interested in the...

Enhancement
ILSpyCmd

![image](https://github.com/seraphx2/ado-discord-webhook/assets/18443743/f5f6c1ad-4803-4d9e-8924-f5b42175e2a5) https://raenonx.visualstudio.com/RaenonX/_releaseProgress?_a=release-environment-deployment-group-logs&releaseId=1125&environmentId=1125&deploymentGroupPhaseId=1234

I got an APNG from [here][image]. [image]: https://sdl-stickershop.line.naver.jp/products/0/0/1/3393528/android/animation/40513323.png I tried extracting the frames using this, but found that there is a frame being extracted in only 1x1. Here's the extraction...

### Version v22.7 ### Platform ```text Microsoft Windows NT 10.0.22631.0 x64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? 1. Create a next.js app 2. Run...

buffer
regression
v22.x

Fills the slug using the same old generator function, but now allows the user to edit that field for custom slug. This also added `pm2.yml` in `.gitignore` for production setup.