-
An idea mined out of #6 :
A user editable (wiki-like) crowdsourced variant of Khan Academy. Let anyone create courses, contribute to the content of other courses, upload and edit video links and docu…
-
[Manuscript](https://www.overleaf.com/3825469397tfcwhwsqmdpb#2ce1dd)
[Response to reviewers](
https://docs.google.com/document/d/1m4l7jghF3607_i27EFCB5CH8l_q3dIUbq2Cw3U7auCg/edit)
---------------…
-
Currently Spyder only seems to have automatic identation support for Python source files. It would be nice to have indentation support for other languages, such as C.
(minimal support would be at leas…
-
I see a few commands were removed from Atari Basic. If code is being ported over, there should be a list of in unsupported commands and functions. I see GOTO, GOSUB, and ON (variable) (GOTO GOSUB EX…
ghost updated
3 years ago
-
# Learn Semantic
A few people have reached out about contributing to Learn Semantic.
Since there hasn't been any official channel for discussion about the technical documentation of Learn Semantic I…
-
Example code:
```dart
void main() {
var [int a, String b] = [2, "a"] as dynamic;
print("$a: $b");
}
```
The inference (or the implementation of it at least) infers a type argument for the l…
lrhn updated
4 months ago
-
### What version of Go, VS Code & VS Code Go extension are you using?
Version Information
* Run `go version` to get version of Go from _the VS Code integrated terminal_.
- `go version go1.18…
-
# Linking an app and using it on a store's theme
## Introduction
To develop a store front block, like the ones provided natively in Store Framework, we use the UI development library **[React.js](ht…
-
It seems it does not work if there is already something after(I assume that because of an error)
1
![image](https://user-images.githubusercontent.com/30507409/71683489-be122200-2da3-11ea-8432-79…
-
The text below is copied from https://github.com/executablebooks/markdown-it-myst/pull/31
TL;DR docutils/sphinx, I feel can be a little overly complex and has some shortcomings, BUT many aspects ar…