Abhinav Srivastava / August Radjoe

Results 38 issues of Abhinav Srivastava / August Radjoe

### Describe the desired feature Reference is currently in the same color as the vulnerability reported. My go-to method of pointing out references to differentiate between errors currently is ⌘+F...

enhancement

Example [here](https://github.com/hyperledger-labs/yui-ibc-solidity/blob/252e45af2470cde02deb19866dcd462af0d89e93/contracts/app/ICS20Bank.sol#L91) - this todo is pretty simple to do (and highly suggested). This can be a starting point, but todos as issues are easier to tackle. Can take it...

``` switch(argv[1][0]){ case 'L': case 'l': algo[0].selected=1; break; case 'C': case 'c': algo[o.selected=1] } ``` What would this do?

Love the website, been following it for a minute now. Articles like: https://os.phil-opp.com/disable-simd/ go completely unnoticed unless someone reads the whole blog, however, I think these are good articles on...

Potential fix for https://github.com/ethereum/solidity/issues/14796

external contribution :star:
testing :hammer:

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug

Fixes an issue with how C11 compiler warnings were treated as bugs due to GTest 1.8 being used.

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I couldn't find a similar issue for linux, but TL;DR: Received errors...

defect
panic / crash
linux

Hi, I'm trying to port sum to be an API I can call via cURL requests from the terminal. I am first connecting it, then checking if the connection exists,...

I wrote an extension to docdash to enable dark mode, called docdash-with-dark-mode, it allows for a smooth toggle between light and dark mode pretty uniformly.