-
Updated
Feb 6, 2022 - C++
light
Here are 913 public repositories matching this topic...
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 5, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
Some services/components have web frontends, It would be a nice-to-have to be able to link to them.
Describe the solution you'd like
Add an optional link field to the config file under each component that will then show a button that will take one to the url.
Describe alternatives you've considered
None in particu
-
Updated
Feb 2, 2022 - JavaScript
-
Updated
Feb 5, 2022 - Python
-
Updated
Jan 18, 2022 - Kotlin
-
Updated
Feb 4, 2022 - C#
-
Updated
Jan 28, 2022 - CSS
A Guide
This theme is really excellent, and I think Victoria deserves kudos for making it. Coming from Wordpress, and not having dabbled in code for many years, I am struggling to adapt it though.
In one sense it would be good if someone wrote a basic guide to some of the adaption process, e.g. I can't understand the relation of the theme files to the main site, and even though I've copied the them in
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Jan 22, 2022 - CSS
-
Updated
Jan 31, 2022 - C#
-
Updated
Sep 3, 2021 - C#
-
Updated
May 20, 2019 - C++
-
Updated
Mar 22, 2021 - Vim script
-
Updated
Jan 21, 2022 - Kotlin
-
Updated
Jan 29, 2021 - C++
-
Updated
Aug 22, 2021 - C
-
Updated
Jan 21, 2022 - C++
-
Updated
Nov 6, 2021 - Python
-
Updated
Jan 16, 2022
Improve this page
Add a description, image, and links to the light topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the light topic, visit your repo's landing page and select "manage topics."
SSL_shutdown() tries to send the close_notify shutdown alert to the peer. When the peer has shutdown, kernel will send a SIGPIPE to client, so we must catch the signal.