| Dec | JAN | Feb |
| 10 | ||
| 2021 | 2022 | 2023 |
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.
stream.finished()
const { finished } = require('stream'); finished(new ReadableStream(), (err) => { /* ... */ }); finished(new WritableStream(), (err) => { /* ... */ }); finished(new TrRead more stream good first issue web streams Open
deno ... 2>&1 | grep -v '\\x1B\[1;1H'
Read more
good first issue
suggestion
l-rust
help wanted
Open
function container() { import 'fs' export { container } namespace N { } }The current error for these three statements are vague and, for JS, contain irrelevant terms: Actual: (1) "An import declaration can only be used in a namespace or module." (2) "An export declaration can Read more Bug Help Wanted Good First Issue Open
npm installing @mui/lab and using the desired component, running npm run build shall successfully create a build.
Creating an optimized production build..
Read more
docs
good first issue
package: lab
Open
transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
Read more
bug
good first issue
help wanted
compatibility with other tools
Open