Gonzalo D'Elia

Results 12 issues of Gonzalo D'Elia

Perhaps it's a missing feature, but just in case I'm adding it as a question. I have a small div that under certain circumstances, it needs to be hidden. However,...

question

As per this PR https://github.com/sealninja/react-i18nify/pull/6 there's an option to use plurals with the suffix `_plural`. The documentation shows some examples about using specific values as suffix, but it does not...

The current behaviour removes `React.FC` from the component declaration, which has an implicit definition of children, leaving its definition to be set manually in each case. An option could be...

enhancement
good first issue

The current run command seems to be excessive in complexity. There just should be really one step, something along the lines of ```sh npx codemod-command ``` Do some research on...

question

I'm using this plugin because one of my microservices has a bunch of lambdas and a SQS. Using this plugin requires to have a local Queue system working, which I...

Hi. First of all, thanks for this library, it works great for testing with `react-select`, which help us avoiding those ugly `querySelector` calls 😅 I'm using `@testing-library/react` which ships with...

According to the [docs](https://docs.avax.network/nodes/validate/staking#fuji-testnet) > The minimum amount of time one can stake funds for validation is 24 hours For [mainnet](https://docs.avax.network/nodes/validate/staking#mainnet), this period is 2 weeks > The minimum amount...

Not an actual bug (I think, unless the feature is missing), but a question. According to [this](https://github.com/ethereum-optimism/optimism-tutorial/tree/main/sdk-trace-tx#tracing-a-withdrawal), given a L2 transaction hash for a withdrawal, we can use ```js const...

There's this file [deferred.js](https://github.com/autonomoussoftware/metronome-wallet-desktop/blob/develop/src/lib/Deferred.js) which is a naive implementation of promises. We should use promises directly

Related to #484. After the bump of dependencies, we notice that [the function `createDecipher` is deprecated in node 12](https://github.com/autonomoussoftware/metronome-wallet-desktop/blob/develop/public/main/client/crypto/aes256cbc.js#L6). We need to address this scenario