karmabadger
karmabadger
### Describe the issue: Not able to pipe or redirect output to a file ### Code example to reproduce the issue: ```slither . | tee output.file``` ```slither . > output.file```...
### Component Forge ### Describe the feature you would like Solidity Test that can run multiple solidity versions at once. From time to time, you might need to test new...
This adds remappings to the project and a few more configs that are essential to any foundry project
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It's not in the...
There are 2 svelte versions in the package.json, one in the dependencies and one in the devDependencies, but why? Is that even useful?
### Feature description Support for generics for types in methods. Something similar to what fastify already has for their method routes. for instances: ```ts server.get(fullpath, async (request, reply) => {...