Library
A library is a collection of preprogrammed templates that implement a behavior when invoked. Libraries are well-defined and are designed for reuse throughout implementation. For example, a website may have multiple webpages that implement the same navigation bar or text-field, but none of these objects have relation to one another.
Here are 15,100 public repositories matching this topic...
Is your feature request related to a problem? Please describe
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the @default tag to describe the default value
However, nothing happens when I use the @deprecated tag.
Describe the solution you'd like
Some ideas:
- It would be nice i
A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, MQTT, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features
-
Updated
Nov 10, 2020 - C
You may use this guide to make quality contributions at Hacktoberfest 2020: Hacktoberfest 2020 guide
To begin contributing, you shall get a quick overview of how Cosmos is used today. Cosmos is one of the most extensive code database and is used as:
- A datastore for various projects (such as [Quark](https://github.com/OpenGenus/
(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
-
Updated
Oct 14, 2020 - Java
Apache Thrift
-
Updated
Nov 10, 2020 - C++
A cross-platform, linkable library implementation of Git that you can use in your application.
-
Updated
Nov 7, 2020 - C
JavaScript library for HTML5 & CSS3 time sheets
-
Updated
May 24, 2018 - JavaScript
Dependency-free notification library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.
-
Updated
Oct 14, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Currently, migrating from another library requires you to do a manual comparison of samples from both libraries to fill in the gaps. It would be nice to have documentation for people migrating from other popular state management solutions, such as ChangeNotifier, StateNotifier, MobX, or Redux.
Describe the solution you'd like
Experimental, scalable, high performance HTTP server
-
Updated
Nov 7, 2020 - C
-
Updated
Feb 23, 2018 - Objective-C
Use svg for icons
Svg supported ie10+ and it should be default choice.
Intel® RealSense™ SDK
-
Updated
Nov 11, 2020 - C++
Add .nextElementSibling and .previousElementSibling properties to DOM Element that point to sibling elements.
- nextElementSibling
- previousElementSibling
In the current version of FASTER C++, on Linux, we use libaio for async IO handling. It is a known issue that libaio is not very efficient. Recently, io_uring is released with Linux kernel 5.1, which advertises to be a high performance aysnc IO library. It would be useful to try it and see if we can improve disk performance on Linux by replacing libaio with it.
More details for io_uring
- Wikipedia
- Wikipedia


The crash is likely being caused by some third party code (possibly a browser extension) injecting a partial DevTools hook into the page. (See below comments for more information.)
We can't prevent this but Fast Refresh could more gracefully handle this case by checking to see if
window. __REACT_DEVTOOLS_GLOBAL_HOOK__.isDisabledis true ([like we do here](https://github.com/facebook/react/b