tab00

Results 30 issues of tab00

I need my app to display formatted values less than 0.00000100. However numeral returns `NaN` for such values. Here are reproducible test cases: ``` console.log(`1e-8, ${numeral(1e-8).format('0,0.00000000')}`) //output: NaN console.log(`1e-7, ${numeral(1e-7).format('0,0.00000000')}`)...

After a batch mint of ERC1155 NFTs I want to be able to increment the total supply count like this: ``` _mintBatch(_receiver, ids, amounts, ""); supply.increment(ids.length); ``` However currently `increment()`...

Please upgrade contracts to use the latest version. See which contracts need to be updated simply by searching: https://github.com/Uniswap/uniswap-v2-core/search?q=pragma 0.7.0 was released in July 2020 and the latest version is...

I can't run the client parts of the tutorial at all because an error message appears saying the above. Update the code to use @emotion/styled or some other styling framework.

After adding an item to the cart, then clicking on cart, the item appears as expected. But when you reload the web page in the browser the cart becomes empty....

I'm trying to derive the segwit addresses that BitPay wallet creates by entering the recovery phrase (mnemonic) into the tool https://github.com/iancoleman/bip39 but no matter what combination of settings I choose...

socialize:server-time is now at version 1.0.0.

I have a collection that contains an element of type [3stack:bignumber](https://atmospherejs.com/3stack/bignumber). When { tx: true } is set in the update call, the error "Amount as bn must be a...

enhancement

### Ethers Version 6.7.1 ### Search Terms _No response_ ### Describe the Problem If I don't explicitly specify fee data in a transaction then the transaction that happens is of...

investigate
v6

### Ethers Version 6.9.0 ### Describe the Problem When a revert occurs in a local environment (hardhat or localhost) error name and arguments are output to the terminal as expected....

investigate
v6