-
Thanks for starting up this organization! I think this is a great step forward for ensuring that a community maintained token list is kept up-to-date and available!
One issue that the team at MyCry…
-
#### Description :octocat:
tsserver for tide/lsp does not start automatically.
#### Reproduction guide :beetle:
- Start Emacs with the TypeScript layer
- Open a `.ts` file in a TS project.
*O…
-
1. 下载以后无法运行 #8 #16 #24\
不懂得nodejs以及npm的, 到[releases](https://github.com/lzghzr/bilive_client/releases/)下载编译好的版本\
按照[README](https://github.com/lzghzr/bilive_client/blob/master/README.md)上的操作一步一步完成
…
-
Would it be possible to use atom typescipt on plain old .js files. I have seen this working in Visual Studio Code and love it. Sometimes I work on projects where devs are not comfortable using .ts .an…
-
``` javascript
function User(name) { this.name = name; }
var user = new User("Me");
user. (No suggestions)
```
Cannot convert undefined or null to object: TypeError: Cannot convert undefined or null …
-
The flow compiler does strip the types, but we can't enjoy the benefits of the type checking if we can't configure flow (with .flowconfig for example).
In my use case, I worked on a project written…
-
When I hover over functions I often see a nice hover similar to what the editor would show in terms of tokens and colors. But often I get no colors. What is the rule when a hover does show nice colors…
-
Hallo,
gibt es im Yahka eine möglichkeit , wenn ich die Rolläden über KNX steuer, die Werte um zudrehen?
Das heißt, meine Aktoren geben zurück 0% für Rolladen auf und 100% für Rolladen zu.
W…
-
Pretty interesting proposal here: https://github.com/zeit/next.js/pull/2250/files#diff-0f2f34c098f5954f99483c9bd61e439dR51. We could reutilize this as a custom key in `next.config.js` to allow any fil…
-
It would be great to have Flow declarations for all the Ramda functions.
http://flowtype.org
Example
```
declare module R {
declare function add(a: number, b: number): number;
}
```
I'm not sure …