Skip to content
#

TypeScript

typescript logo

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 388 public repositories matching this topic...

Buuntu
Buuntu commented Jun 3, 2020

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.

enhancement good first issue
DBJRdev
DBJRdev commented Dec 1, 2019

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.

dtale-desktop
phillipdupuis
phillipdupuis commented Feb 6, 2021

When a user clicks the 'Add Data Source' button, it would be nice if they could select a relevant template which shows them how to structure the code. So to do this, we need to build out a library of useful templates :)

Contributors are absolutely welcome, and anyone who knows how to pull in data as a pandas DataFrame is qualified. All you need to do is check out the [feature/data-source-te

help wanted good first issue
mathemancer
mathemancer commented Apr 26, 2022

Problem

Currently, casting from textual types (e.g., TEXT) to numbers relies on the default PostgreSQL number handling. This will be solved for the NUMERIC type once #1107 is solved, but we should also handle other number types.

Proposed solution

type: enhancement good first issue help wanted affects: architecture

Created by Microsoft

Released October 1, 2012

Latest release 23 days ago

Repository
Microsoft/TypeScript
Website
www.typescriptlang.org
Wikipedia
Wikipedia

Related Topics

es6 javascript language nodejs