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 37,304 public repositories matching this topic...

SevenAlpha
SevenAlpha commented Mar 16, 2020

Issue Type: Bug

In the Release Notes tab, as you scroll there is a button that takes you back to the top, this button when I hover over it, the title shows the '#' sign instead of saying for example: 'Scroll to the top' and also, the scroll sometimes is not smooth and doesn't scroll to the top completely, so, when I click on it, it scrolls only to almost the top, not the full top **top

ant-design
storybook
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
bartlomieju
bartlomieju commented Mar 12, 2020

Deno strives to be browser compatible where possible; that means we use quite a few Web APIs.

There is not much docs for supported Web APIs at the moment and before 1.0 is released that situation must change. Some of APIs and not fully aligned to spec, while others are not fully implemented (#3557). All that knowledge should be written down and presented to end users to avoid multiple question

rveruna
rveruna commented Mar 16, 2020

Environment

Vuetify Version: 2.2.17
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.132
OS: Mac OS 10.13.6

Steps to reproduce

your outlined select input should hide what is behind. if you open the page on your documentation, the very first outlined select, you can clearly see 'outlined style' underneath when the menu is open and the corners are also peaking

Ex

JeanPerriault
JeanPerriault commented Mar 10, 2020

Hello,
I'm trying to use monaco-editor inside a Dojotoolkit based application.

If this is something you've already tried, it will be great to get an example. I know that dojotoolkit is not a new kid but giving the number of industrial application using it due to its past popularity + the fact that it is not providing this kind of widget (they have a rich text editor but not more), that might b

erkanarslan
erkanarslan commented Mar 5, 2020

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.2.2
  • Cross-platform modules: 6.0.1
  • Android Runtime: 6.2.0
  • iOS Runtime: 6.2.0
  • Plugin(s): unrelated

Describe the bug
openFile method of utils module does not preview the

ViggoV
ViggoV commented Nov 21, 2019

Environment

  • Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
  • Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108

Question

Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c

jean-airoldie
jean-airoldie commented Jun 6, 2019

Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.

Some of the points were taken from #5387.

  • Regarding the builder:
    • The fact that its kinda like an arena allocator used for serialization.
    • The concept of offsets, what do they repre
fabioluz
fabioluz commented Jul 10, 2017

Hi! I'm creating this issue to list Aurelia features that are not documented yet.

I can make the PR's to update the docs, but I want to be sure that I'm right before doing anything. So please, tell me if these changes are welcome.

Let's keep this list up to date!

Documentation Improvement List

Build Systems

  • CLI
    • CLI now supports SystemJS and Webpack. Update the
editor.js
natterstefan
natterstefan commented Feb 27, 2020

The Problem

According to the docs, when I do the following:

/**
* Create an instance
*/
const editor = new EditorJS();

/**
* Destroy editor.
*/
editor.destroy();

all destroy methods of the tools should be invoked.

destroy
Method will be fired when Editor's instance is destroying with destroy API method. Clear your Tool's stuff here: remove event listeners

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
You can’t perform that action at this time.