Palash Nigam

Results 140 comments of Palash Nigam

I was testing it locally I haven't pushed it to github yet

I could give this a try. Does the `contract_identifier` argument contain the name of the contract?

@Rupeshiya as mentioned above this has already been implemented in https://github.com/ethereum/populus/pull/331/

hi @bitethecode are you still working on this? if not then i would like to pick this up if that's ok with you

i was looking through this wanting to contribute but I didn't find any `ioutil.TempDir` calls in any of the test files, i think this can be closed

thanks i changed one occurrence of `os.MkdirTemp` in `engine_test.go` the other two test files that had `os.MkdirTemp` could not be changed because both of the calls were outside test functions

not sure why windows tests are failing with OOM, let me know if that is because of my change. seems unrelated though.

Hi I came to this issue looking for my first beginner clojure issue to solve but I think this has already been solved here right? https://github.com/clojurewerkz/elastisch/pull/68/ shouldn't this be closed?...

hi i recently started learning zig and this seems like a beginner-friendly issue to get started with but when i try to run unit tests using `zig test unit_test.zig` i...