-
The use of function decorators results in a TS compiler error, `Decorators are not valid here`.
```
@inline
export function floorDiv(a: i32, b: i32): i32 {
return (a >= 0 ? a : a - b + 1) / b;…
-
# Description
A lot metadata like the indexes of particular keywords like 'metric' and 'dimension' are required to be used at multiple places in the code, these should be calculated once and saved …
-
What: Create Typescript definitions for each export of ./lib/termkit-no-lazy-require.js.
Do not use the 'any' type. Avoid comments as "// ... other methods and properties"
For example, if the "T…
-
Hi, I have installed the `"echogarden": "^0.11.14"` package and when importing it in my file, on startup it's giving the following error:
`const echogarden_1 = require("echogarden");
…
-
Is there any way to make it export every single class and interface? It would be awesome if I could do that.
At the moment it errors if you try to use it with an externally linked jar.
-
Authors often want to specify that a parameter may be passed any string, but has a set of preferred values. Right now, Typescript has no concept of 'preferred type', even though people try to indicate…
-
### Description
Currently, team members apply for the entire general system. I want to have a specific team member for each resource. So, imagine that each resource has a new menu called members / te…
-
Relevant documentation:
- OAuth2: https://github.com/reddit-archive/reddit/wiki/OAuth2
- Get self user: https://www.reddit.com/dev/api#GET_api_v1_me
-
**What package is covered by this investigations?**
VSCode
**Describe the goal of the investigation**
Pressing Command+Click on a symbol coming from a packed archive yields an error, because …
-
Hello, amazing work, congrats! I was wondering, is es4x production ready?