introduction
Here are 518 public repositories matching this topic...
Some steps may click a button on a page or do other things to the page. Because users can be forward and backward it can be difficult to put the page back where it should be when they leave a step. It would be easier if there was a way to have a callback function for a given step.
-
Updated
Jun 1, 2020 - Go
-
Updated
May 26, 2020 - JavaScript
-
Updated
Apr 15, 2020 - JavaScript
-
Updated
Mar 30, 2019 - Python
-
Updated
Jan 1, 2018 - Java
-
Updated
May 26, 2019 - Swift
加入 Doocs 开源组织
Hi, it would be nice if you could add skip button for a sequence show case with more than 5 show case.
I has around 10 show case and it kinda annoying for user to click all the way to the end.
I think it'd be great to add Made With WebAssembly somewhere highly visible on Wasm By Example, to help people looking to learn Wasm, some ideas on things they can build.
For example if someone was in the camp of #4 , they would go to Wasm By Example, learn the basics of strings in wasm, and then go to Made with Wasm to see how others are doing that exact type of application they want to build.
Style/wording review
Listing here some places we have found in English version during reviewing of Russian translation.
- Section 1.2 title is
Jargon. However, in this section we have tools names and no jargon at all. Probably needs to be renamed to something more appropriate. - In section 3.4 (Types), it can be nice to add output.
- In section 7.4, list is used for only two elements. It is possible that it'd b
-
Updated
Jul 10, 2016 - Python
Same as the compilation of the source code examples, all internal as well external links should be checked during the sanity check. That means that the external links are still reachable and not out-dated and we don't have typos in the links. A first simple check could be to extract all elements out of the final, rendered markdown and check whether we don't get 4xx or 5xx HTTP error codes for
-
Updated
May 16, 2020 - Kotlin
-
Updated
Feb 11, 2017 - Rust
-
Updated
Dec 29, 2019 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
Dec 3, 2019 - Python
com.facebook.react.common.JavascriptException: undefined is not an object (evaluating 'r.View.propTypes.style'), stack:
Only happens on release build (Emulator and devices)
<SpeechBubble
onSpeechReplay={()=>{ this.setState({showreward: false}); } }
speeches={[ 'You leveled up!', 'You unlocked a background!' ]}
/>
-
Updated
Nov 12, 2017 - JavaScript
-
Updated
Mar 9, 2020 - Objective-C
-
Updated
Oct 27, 2017 - Python
Explain resources
Explain the resource before " "30-batch-system.md".
- What is a node
- What is a core, what do you get when you ask for "ntasks" "cpu"
- What will happen if number of nodes not specified (where in how many nodes will your job be distributed)
-
Updated
Apr 5, 2020 - TypeScript
-
Updated
Mar 21, 2019 - R
-
Updated
Oct 29, 2017
Improve this page
Add a description, image, and links to the introduction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the introduction topic, visit your repo's landing page and select "manage topics."
Thank you for this great component :). We started using it for our product on all 3 platforms.
The small issue with it is:
I defined the Next button as an arrow, not as a text. And it led to allocating clickable space for the Done button the size of an arrow.
I am submitting a pull request for the fix