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 73,534 public repositories matching this topic...

zsalzbank
zsalzbank commented May 25, 2021

Issue Type: Bug

  1. Open a search editor tab.
  2. Expand the options to display "files to include".
  3. Search for something, using the "files to include" option.
  4. Note that there are results.
  5. Modify "files to include" to be something that will not return results.
  6. Note that there are no results displayed.
  7. Change "files to include" back to the same value as in step 3.
canonic-epicure
canonic-epicure commented May 10, 2021

Currently the error message of the exception, thrown from the Deno.stat/statSync, when the file is missing, does not include the file name:

nickolay@frontier:~/workspace/Bryntum/siesta-monorepo/siesta$ deno
Deno 1.9.2
exit using ctrl+d or close()
> Deno.statSync('/home/nickolay/not_existing_file')
Uncaught NotFound: No such file or directory (os error 2)
    at unwrapOpResult (deno:co
ant-design
storybook
TonyHoanTrinh
TonyHoanTrinh commented Jul 7, 2021

Describe the bug
It appears the "Copy Canvas Link" on the top right side of the Canvas tab adds to the clipboard only part of the url, it only gives you the iframe part of the url but misses the main base url.

For example if I had my story on this url:
http://localhost:6006/?path=/story/example-button--large

And then I clicked on the "Copy Canvas Link" on the top right (The clipboard on th

vuetify
MatthewAry
MatthewAry commented Jul 1, 2021

Environment

Browsers: Chrome 91.0.4472.114
OS: Mac OS 10.15.7

Steps to reproduce

I can confirm that v-tabs does not exclusively return a number on the change event. I think it will return numbers if you don't specify a value for the to or href props in child v-tab components, but where I'm using it, it returns the string value of what I have put into the to prop,

vadimkantorov
vadimkantorov commented May 7, 2021

I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.

https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...

NativeScript
vslugin
vslugin commented Feb 10, 2021

First

When run command pip install six return error because pip is not installed. In result resolved commands brew install python; pip3 install six

Second

Before brew cask install <SOMETHING> return error Error: Unknown command: cask. Resolved by use commands without cask: brew install `

Both cases is not obvious for users which not used homebrew before (MacOS Big

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

Created by Microsoft

Released October 1, 2012

Latest release 14 days ago

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

Related Topics

es6 javascript language nodejs