-
**NOTE This thread has been cleaned and moved to https://github.com/datproject/discussions/issues/58**
Alternatively jump to [Executive summary](https://github.com/datproject/dat/issues/824#issuec…
-
Introduce two new syntax for type declaration based on JSDoc
``` typescript
var myString: !string = 'hello world'; //non-nullable
var myString1: ?string = 'hello world'; // nullable
var myString2: s…
-
I think it would very interesting to structure this project into a curriculum like FreeCodeCamp (FCC).
If you are unfamiliar with FCC, it is basically a web-development curriculum online. You sign up…
ghost updated
6 years ago
-
#### Expected
Wouldn't it be better to indicate Tags by e.g "@tag" in the notes itself to make notes really self contained. Otherwise all tags will be lost when migrating to another Tool. …
-
… and I can't turn it off by setting `javascript.validate.enable` false.
Perhaps this is a soft documentation bug: the [release notes](https://code.visualstudio.com/Updates) proudly mention `experim…
-
Hi,
[Kea](https://kea.js.org/) is a very interesting library that provides high level abstraction between React, Redux, Reselect & Redux Saga & make coding in redux so much simpler & fun!
I'm t…
-
As an alternative to #17, I would like to explore the possibility of making instance variables more "variable-like" by allowing unqualified access to instance variable names within class methods.
F…
-
We currently only support some baked-in forms of type checking for type guards -- `typeof` and `instanceof`. In many cases, users will have their own functions that can provide run-time type informati…
-
It would be great to get more flow coverage over our components. Here's a list of components that don't have Flow in them. The [docs for flow are pretty great](https://flow.org/en/docs/). This would b…
-
c9.io has been acquired by AWS and now requires the use of a credit card. Heroku also requires the use of a credit card for hosting - and also requires learning a bunch of Heroku-specific concepts - s…