Mudit Gupta

Results 6 issues of Mudit Gupta

[Zstandard](https://github.com/facebook/zstd), or `zstd` as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. This PR adds support for searching through zst...

Fixes https://twitter.com/Mudit__Gupta/status/1482324530450530313 I am not 100% sure what the underlying issue is but my current best guess is that https://github.com/electron/electron/issues/8069 causes us to set window size to more than available...

Currently, a lot of levels just slap giveaway hints right at your face. Hiding them behind a spoiler button will be a good tweak in my opinion. Might even add...

## Abstract Allow the compiler to create a smart contract hub that connects multiple smart contracts together to have a single entry point without being limited to the 24 kb...

epic
high impact
needs design

https://github.com/sushiswap/miso-random-nft/blob/4483219d1f90f573e7bb2fe45a58306c08ac6482/contracts/RandomNFT.sol#L89 `==` should be `!=`

The current version doesn't actually pop the consumed NFT from the `unclaimed` array. It only sets the NFT ID to 0. That means, the same element can be selected again...