Skip to content
#

guides

Here are 326 public repositories matching this topic...

onbjerg
onbjerg commented May 3, 2022

If we reference the default values for some of these parameters, they should be updated accordingly:

  • block.chainid is now 31337 (same as Hardhat, used to be 99(
  • block.timestamp is now 1 (used to be 0)
  • block.number is now 1 (used to be 0)

I think they are at least documented in the config reference.

good first issue A-forge A-reference T-bug
jecisc
jecisc commented Jun 6, 2019

Today I was doing a lot of changes on some variables in a deep hierarchy.

Current Pharo tools allow developers to find accesses to a variable in a class but not in a hierarchy so I had to make this snippet:

origin := AbstractWidgetPresenter.
variableName := #borderColor.
(origin slots detect: [ :e | e name = variableName ]) usingMethods collect: #methodClass as: Set
Yalu64
Yalu64 commented Jan 16, 2022

Problem

When following the tutorial on the website it will always break the apt-get update command, due to proxmox thinking the enterprise version is installed and trying to update using the enterprise version, which does not work as the IP is not whitelisted.
image

Suggested Fix

enhancement good first issue

Improve this page

Add a description, image, and links to the guides topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the guides topic, visit your repo's landing page and select "manage topics."

Learn more