Nikolai Schimke
Nikolai Schimke
### This is to do with hardhat, not typechain. Other workarounds include: - creating an alias for `hardhat compile && hardhat test` in os - creating a npm / yarn...
Just an example for any future people who wander upon this, ```nix processes.postgres = { exec = ( lib.concatStringsSep " " [ "${pkgs.docker}/bin/docker" "--name postgres" "run" "-p 5432:5432" "postgres" ]...
I was going to use the first option, however, if you suggest me to use the second, I can do that as well. I was also thinking, should I create...
I was thinking of forking the above project i showed before, and using that, but what is your opinion on that @michaeljohnbennett
@michaeljohnbennett I have never done a large feature before (for open source), however I want to make sure a couple things: 1) How you recommend me to get familiar with...
Thanks for the advice, @kevinbluer, I will start on that issue now :)
@michaeljohnbennett @kevinbluer apologies for inactivity, going through my ALevel exams, I think before I start to implement this, I would like to get more familiar with the codebase, if you...
and if possible, deeper into the codebase, where I can start to improve.
@kevinbluer can you give some detail on how you would like this to be implemented?