-
Updated
Nov 26, 2020 - Python
TypeScript
TypeScript is an open source programming language developed by Microsoft and first released in 2012. It is designed to add type safety to JavaScript while conforming as closely as possible to the syntax and semantics of the ECMAScript standard.
It is a syntactical superset of the JavaScript programming language; all valid JavaScript source code is also valid TypeScript source code, but not vice-versa. TypeScript compiles (or transpiles) to JavaScript, meaning that it can be utilized to target any JavaScript environment. It can be used to develop JavaScript for both client-side and server-side applications.
Here are 200 public repositories matching this topic...
-
Updated
Jul 16, 2020 - Python
-
Updated
Nov 29, 2020 - Python
-
Updated
Dec 6, 2020 - Python
-
Updated
Dec 5, 2020 - Python
Hi, we would like to point out an UI inconsistency of the app store: there is two different spots on where to find information on the repository, admin links, manual etc.
Detailed description
On the "page" of each app in the app store, you may find the link to the repository either on the right hand side in the summary box or, far down below, just before the comments/review section starts.
-
Updated
Nov 29, 2020 - Python
-
Updated
Dec 20, 2017 - Python
-
Updated
Nov 23, 2020 - Python
There should be a way to get a kubeconfig for eks clusters that already exist.
Similar to this PR for GCP: https://gist.github.com/geekflyer/b78adab2667d8526a1dd593bc5c844bf#file-gke-ts-L33-L66
-
Updated
Dec 14, 2018 - Python
-
Updated
Dec 2, 2017 - Python
-
Updated
Nov 17, 2020 - Python
-
Updated
Sep 5, 2020 - Python
-
Updated
Sep 8, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Feb 1, 2018 - Python
-
Updated
Jul 18, 2020 - Python
如題
-
Updated
Dec 5, 2020 - Python
-
Updated
Mar 19, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 6, 2020 - Python
-
Updated
Nov 21, 2020 - Python
-
Updated
Mar 29, 2019 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Aug 11, 2020 - Python
Created by Microsoft
Released October 1, 2012
Latest release 17 days ago
- Repository
- Microsoft/TypeScript
- Website
- www.typescriptlang.org
- Wikipedia
- Wikipedia
There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.
The fullstack Vue project has an example of a containerized SMTP server.