modern
Here are 454 public repositories matching this topic...
-
Updated
Feb 26, 2021 - CSS
-
Updated
Mar 3, 2021 - C#
-
Updated
Mar 14, 2021 - Go
-
Updated
Mar 17, 2021 - JavaScript
-
Updated
Feb 19, 2021 - PHP
-
Updated
Dec 12, 2020 - C#
-
Updated
Dec 21, 2020 - C#
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Mar 17, 2021 - JavaScript
-
Updated
Mar 16, 2021 - C++
Which will behave like that
let settings = await prettyConfig('rollup', { configFiles })
if (!settings) {
settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)instead of above we can hide it to look like that
const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })
if (!settings) {
console.log('no config file-
Updated
Mar 17, 2021 - Rust
-
Updated
May 30, 2020
-
Updated
Dec 11, 2020 - Vue
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 25, 2021 - Pascal
-
Updated
Sep 4, 2020 - JavaScript
Stefan Kurtz reported the following issue over our seqan-dev list:
-
I followed the description for the Cmake-setup and noticed in the example CMakeList.txt shown at the end of https://docs.seqan.de/seqan/3-master-user/setup.html that compiler optimization options such as -O3 is missing, which will lead to poor performance for users who do not recognize it.
I now use
-
Updated
Mar 22, 2018 - JavaScript
-
Updated
Mar 9, 2021 - SCSS
Improve this page
Add a description, image, and links to the modern topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the modern topic, visit your repo's landing page and select "manage topics."
The typo is in a footer "licensed unter MIT license".