-
I feel that we can add guides to explain what exactly is happening under the hood in the example code snippets step by step. By adding step by step explanations and linking them to the relevant code s…
-
## asyncToGenerator
```js
function asyncToGenerator(generatorFn) {
// 将 Generator 函数包装成了一个新的匿名函数,调用这个匿名函数时返回一个 Promise
return function() {
// 生成迭代器,相当于执行 Generator 函数
// …
-
### Idea for new feature:
One of the things I love about DAX Studio is the Functions and DMV panes that help writing queries. I don't have to open files or switch tabs. The sample code is right there…
-
The code snippets functionality of dash is extremely attractive.
-
For our patterns and components that use macros (such as #5248 and #5212), we would like to some day give our users the opportunity to use our components with Jinja macros rather than plain HTML. Our …
-
-
Especially in headers, it is good to do it `like this`.
errors, e.g.:
![image.png](https://raw.githubusercontent.com/theodoreleebrant/pe/main/files/82ca13ac-fbb7-4e69-9427-1b904c180cb5.png)
(actual…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Th…
-
Wouldn't it be cool if we added a bank of predefined code snippets to popcode??
For example, if you wanted to add a template for a click handler in JS you could search for it and insert the templat…
-
It might be useful to add information about what the Python, R, and Leaflet code snippets do, i.e Import Data, Download Data, etc...