Skip to content
#

ecosystem

Here are 128 public repositories matching this topic...

DeAnnHuang
DeAnnHuang commented Mar 2, 2017

嗨, 您好
在學習CH05的時候,遇到一個問題
發現在 webpack.config.js 裡面的 module: { preLoaders: [ { ... } ],
似乎造成webpack錯誤 無法執行

如下terminal截圖
image

稍微查了一下,解決方法是用 webpack@2.1.0-beta.22 版本
我目前是 "webpack": "^2.2.0", _應該也

wmanshu
wmanshu commented Aug 20, 2019
contract trait Ownable {
  event OwnershipRenounced(previousOwner: Address)
  event OwnershipTransfered(previousOwner: Address, newOwner: Address)

  self :: (any) {
    public func getOwner() -> Address
  }

  self :: (getOwner) {
    func setOwner(newOwner: Address)

    public func renounceOwnership() {
      emit OwnershipRenounced(getOwner())
      setOwner(0x000000000000000
alexellis
alexellis commented Jan 14, 2019

Task:

  • Update invokefunction to return the response headers
  • Update the caller function named Invoke to return the body, statusCode and errors
  • Update example to print statusCode and body

Suggested by Simon Pezcler and Rishabh Gupta so that connectors can do better debug and potentially use the result for something.

Right now the result is abandoned.

cosmonauts-world

Improve this page

Add a description, image, and links to the ecosystem 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 ecosystem topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.