Massimiliano Tomassoli

Results 6 comments of Massimiliano Tomassoli

Couldn't you enable this behavior just for mathjax?

Would it be possible to preserve information about the original math environments as some kind of "metadata" so that filters could recover them? That way you wouldn't break anything.

Here's how I solved it. First I deployed a modified version of GatekeeperOne.sol: ```solidity // SPDX-License-Identifier: MIT pragma solidity ^0.6.0; import "@openzeppelin/contracts/math/SafeMath.sol"; contract MOD_GatekeeperOne { using SafeMath for uint256; address...

1. I'm using @openzeppelin/[email protected] without any problems. 2. The requirement is just to become the admin. All the other things one needs to do to become the admin shouldn't be...

In hardhat I simply list the versions I need and then they're automatically selected. For instance my hardhat.config.ts contains ``` const config: HardhatUserConfig = { solidity: { compilers: [ {...

@ka3a4ok Copy ghc.exe to the same directory as ghc-modi. Use `where ghc-modi` and `where ghc` to see where they are. edit: you also need to move `cabal.exe` somewhere else. It...