modern
Here are 572 public repositories matching this topic...
-
Updated
Jun 5, 2022 - CSS
-
Updated
Jun 4, 2022 - C#
-
Updated
Apr 22, 2022 - PHP
the \cvevent command can use multiple paragraphs, as already implemented in sidebar, see this PR: jankapunkt/latexcv#53
However, the other templates still don't have this feature. PRs welcomed :-)
-
Updated
Jun 11, 2022 - Python
-
Updated
Mar 17, 2022 - C#
especially for less obvious but lengthy code snippets!
-
Updated
May 24, 2021 - PowerShell
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Nov 8, 2021
-
Updated
May 16, 2022 - JavaScript
-
Updated
Apr 22, 2022 - Tcl
-
Updated
Apr 13, 2022 - 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 30, 2022
Hi there,
First of all, thank you for this great theme that I am currently using for my site on github pages.
I have a problem with the sitemap generation to allow google to index the posts I am adding.
By looking at the sitemap, it looks like I'm correctly generating everything with absol
-
Updated
Feb 11, 2022 - Vue
-
Updated
May 30, 2022 - C++
-
Updated
Jun 9, 2022 - Go
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."
Is your feature request related to a problem? Please describe.
This is a continuation ticket for zinclabs/zinc#178. Now that we have Swagger support in zinc, we would like to provide the rest of the API Docs.
Describe the solution you'd like
Provide the rest of the Swagger API Documentation by annotating the API Endpoints using https://github.com/swaggo/gin-sw