izcoser
izcoser
Hi. I'm going to investigate why this happens and get back to you!
Targeting a specific contract like src/ContractX.sol will skip analyzing others, so one would expect --filter-paths to behave similarly. Thank you for clarifying.
@htranq what is the difference between this method vs the OP method? Certainly yours is cleaner but I wonder if there's any performance difference.
Found a way around it after digging a little bit. If I first compile with Foundry and then run: `slither src/WETH9.sol --foundry-ignore-compile --compile-force-framework "Foundry" --foundry-out-directory "absoluteOutPath"` It works. But it's...
> @izcoser you want to write a custom LSP or integrate an existing one? Sorry @suren-atoyan I didn't get a notification. I would like to integrate an existing one but...
@kamuik16 Just to clarify, this feature is already built in, just not exposed as a command. So ideally you'd just find where this happens in the code. I have no...
I had this in Next.js when I tried to call bing from the client side. My solution was to move to the backend.
This is pretty cool. Napalm is a cool idea. I'm building myself a web app which integrates several solidity analyzers, does forge tests and AI analysis, maybe I should use...
Having this exact same issue. Tried binding to parent via bounds="parent" and bounds=".container" (class immediately above the component) but no luck. My item gets snapped to the left of the...
I have followed all functions calls and arrived at sendAxiosRequest, and to my surprise Alchemy's SDK was using API v3. Below is the configuration to the axios request (edited the...