| Mar | APR | May |
| 14 | ||
| 2020 | 2021 | 2022 |
COLLECTED BY
Collection: github.com
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
pipeline should immediately fail with ERR_STREAM_DESTROYED when any of the streams have already been destroyed.
Readable might need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check _readableState.errored and/or _readableState.ended.
Refs: nodejs/node#29227 (comment)
Read more
good first issue
stream
Open
data_url_media_type function in the lsp: https://github.com/denoland/deno/blob/1ed95120225eb3d7c9adeadcc3b1f610dbe55b7e/cli/lsp/urls.rs#L52-L61
We also implement a slightly different parser in the module loader: https://github.com/denoland/deno/blob/8d55d8b6be8731d37ccf6a29127b3a91a8319d0b/cli/file_fetcher.rs#L156-L188
Both of these cu
Read more
good first issue
l-rust
refactor
Open
// @ts-check class Foo { abc; constructor(name) { }Read more Bug Domain: Completion Lists good first issue help wanted Open
{ vertical: 'bottom', horizontal: 'left' }, it spans the entire screen width. This is not visible, but can overlap other elements (eg: buttons that, because of this, are no longer clickable). See screenshot below.
Read more
bug