Eric Huang

Results 25 comments of Eric Huang

Same here, even try the latest commit 2ff95a73e54ee3d32624e26e8880cefe7e28c8a3 ``` json: cannot unmarshal object into Go struct field Board.panels of type string ```

Hi, I have encountered similar issues and resolve it by uncommenting the following lines `roles/download/tasks/download_file.yml` ``` - name: download_file | Validate mirrors uri: ... # no_log: true ... - name:...

Same here, I find it little annoyed. Windows 10 Home 20H2 19042.630 rustc 1.49.0-nightly (ffa2e7ae8 2020-10-24) cargo 1.49.0-nightly (dd83ae55c 2020-10-20) node v12.19.0 npm 6.14.8

Hi, I am interested to implement this feature and start to work on it. This feature could be used in [mdBook](https://github.com/rust-lang/mdBook) to write the interactive tutorial for wasm-bindgen, yew and...

Update the latest work so far. I already tested on mdBook and rust-playground will work on it too! https://user-images.githubusercontent.com/12388235/113259166-67c1c500-92ff-11eb-81a3-7d2734fae7f1.mp4

Any news about this PR?

@lukechu10 and anyone interested in this feature could try my own hosting [`rust-playground`](https://playground.titaneric.com/), and the repository is [here](https://github.com/titaneric/rust-playground). Note that due to the limited budgets, I host it with the...

@YJDoc2, thank you for your interest. Obviously, the upstream is highly refactored after I submitted this PR. I will take care of the refactoring if exists any chance that could...

I have similar issue. I want to let provider user to explicitly set `enabled = false` to fully destroy the resource since the resource must be stop before it is...

@IvanZenger I would be very interested to your project! We have the same issue when there are multiple organisations and roles need to apply. We are in the migration from...