Markus Osterlund / robriks

Results 8 comments of Markus Osterlund / robriks

Option 4 seems most reasonable seeing as Terra mkt cap was 2/3 Lehman / small country size. Algostables are too large to ignore and people will continue designing them, potentially...

> @0xV4L3NT1N3 success! > > So, steps are: > > 1. `forge verify-contract ADDRESS CONTRACT ETHERSCANKEY --optimizer-runs=100 --constructor-args "" --show-standard-json-input > etherscan.json` > > 2. patch manually etherscan.json : `"optimizer":{"enabled":true,"runs":100}`...

> after i edit this code ,it works, somebody know why? > > ``` > /opt/conda/lib/python3.8/site-packages/deepspeed/accelerator/cuda_accelerator.py > def pin_memory(self, tensor): > print('#################come on', tensor) > #return tensor.pin_memory() > return tensor...

> might be even better as a constant? Great point! All three of the other constant variables are similarly invoked only once or twice, so adding a constant `MAX_POOL_SWAP_FEE =...

Thank you so much for the guidance! I have not used `snapshots` before as I generally work in Foundry-only repos. The Hardhat+Foundry monorepo structure with Yarn threw me for a...

My turn for a delay: was travelling. Merge conflicts resolved, added the same constant to the FeeLibrary, `yarn snapshots` run. LMK if you would like any other changes.

What was the named parameter? I've read that the 'Content-Type' header within the POST request should be deleted but when doing that I still get an error (415 instead of...