Results 11 issues of boredGenius

In `transformAST.TypeName`, it is possible for `ctx.children` to be `null`. An example scenario is when the last argument of a function definition has a trailing comma. The existing implementation assumes...

Right now, WikiGit uses gift--a Git cli wrapper--to handle all the Git operations, which means that the user must have Git installed to use WikiGit. This is not ideal, so...

Currently, registering as a pure shareholder (non-contributor with shares) only requires you to own some of the accepted tokens, but this opens way to attacks where the attacker mass registers...

Right now, the only module that can be upgraded without losing all data is the Vault module. All modules should have this feature in order to ensure their upgradability. It's...

Currently, a DAO voting can call any function in the DASP, regardless of its votingType, which makes it a difficult task to introduce any new voting type without opening a...

Allow DASPs to branch into two, with funds and tokens evenly divided, using a voting (maybe a special type of voting)

Using Foundry scripting to deploy contracts doesn't work for Arbitrum. ## Reproduction steps In project root, run `forge script script/Counter.s.sol -f arbitrum --broadcast --verify` ### Output ``` [⠆] Compiling... No...

Running `echidna-test` in the container outputs `Killed` regardless of the input options. - Docker version: `v20.10.6` - OS: `macOS 11.2.3` - Processor: `Apple M1` - Image ID: `2ad73f16de91`