-
**TypeScript Version:** 2.3
I have been trying to create a generic type that maps the property names and types from one type to a discriminated union of key value pair types. I have found that usi…
-
**TypeScript Version:**
1.8.4
**Visual Studio Version:**
Community 2015 CTP 14.0.25008.00
Everything was working fine using TypeScript 1.8.1 beta. After installing 1.8.4 last night, the editor n…
-
I'm obtaining an error after executing the "npm run setup" command:
root@api-express:/usr/src/app# npm run setup
> express-typescript-boilerplate@3.0.0-rc.1 presetup /usr/src/app
> yarn ins…
-
Subclassing inheritance [is an anti-pattern](http://asserttrue.blogspot.com/2009/02/inheritance-as-antipattern.html) (see also [this](http://c2.com/cgi/wiki?ClassicOoAntiPatterns) and [this](http://pr…
-
Hello TypeScripters.
I might be opening a can of worms which might bring an age of darkness upon us (but see PS). Anyway, I've done an attempt to add language support for mixins.
For the user, it is…
-
I'm on Lubuntu 17.04 running on an virtualbox latest release. Following your readme, I first created a new database on the local mysql server and entered its name and the credentials in .env. When iss…
-
_Update: converted to proposal._
### Background
Currently, tuples are arrays that are restricted in minimum length, but not in maximum:
``` ts
var t1: [number, number] = [1]; // this doesn't work
va…
-
### Summary
- Implement annotations in TypeScript.
- Align with Traceur and AtScript on syntax and ES5 representation.
- Implement feature similarly to modules, with the following settings for output …
-
## Summary
Existing local `prisma` service (docker) **and** newly-created local `prisma` services do not work.
## Steps to reproduce
1) [Following along with Typescript](https://www.prismagraphql.c…
-
Hello,
When I can test swagger ? all are "Error: Unauthorized" ...
Where can I found the token to test ?
The :
#
# AUTHORIZATION
#
AUTH_ROUTE="http://localhost:3333/tokeninfo"
in co…