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.
-
- Sign up for GitHub or sign in to edit this page
Here are 11,849 public repositories matching this topic...
Describe the bug
My component define the following property:
initialVisibleMonth: oneOfType([momentType, func])
The rendered prop in docs props table is:
Union<custom | func>
Expected behavior
I am not sure, what bothers me is the "union" text, IMO this is confusing for the reader of the doc. Ideally, it would be awesome to have someting like:
moment | func
I did this
Hello,
I'm using libcurl to manage HTTP(S), IMAP(S), POP(S), SMTP(S) and LDAP(S) connections.
I'm using CURLOPT_SSL_CTX_FUNCTION and CURLOPT_SSL_CTX_DATA to initialize the list of trusted certificates for SSL. I manage myself the certificates and permits to the user to accept them with in-memory certificates.
It works perfectly for HTTP and Mails, but it has no effect for LDAP
there is data_structures/src/list/singly_linked_list, but there is also a code for same problem in data_structures/linked_list/
One of them ought to be removed.
A fully customizable iOS calendar library, compatible with Objective-C and Swift
-
Updated
Oct 28, 2019 - 784 commits
- Objective-C
(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
-
Updated
Oct 28, 2019 - 767 commits
- Java
Idea
Currently, @PeterBot will fail to auto-update a library even if the file map is correct but if the file structure has changed (new files/directories picked up by the file map or files that no longer exist).
This requires manual intervention where a maintainer will need to manually update the library version on cdnjs so that @PeterBot can then automatically update new versions again.
Reproduction steps
Visit https://libgit2.org/libgit2/#HEAD. Look for git_repository_set_refdb. It is not present, nor are any of the functions I checked from include/git2/sys/repository.h.
Version of libgit2 (release number or SHA1)
Whatever the website is at as of Sep 6, 2019. (Perhaps the website should provide a sha indicating what HEAD is?)
The subscribe API
https://github.com/dgraph-io/badger/blob/f50343ff404d8198df6dc83755ec2eab863d5ff2/db.go#L1510-L1516
was added in badger via dgraph-io/badger@26128a7 but there is no documentation about it. We should also have an example of how to use the Subscribe API.
https://github.com/dgraph-io/badger/blob/f50343ff404d8198df6dc
JavaScript library for HTML5 & CSS3 time sheets
-
Updated
Oct 27, 2019 - 47 commits
- JavaScript
Was looking at the supported browsers/OS table, and noticed that Chrome for Mac wasn't listed. Should it be listed?
Infinite cycle ViewPager with two-way orientation and interactive effect.
-
Updated
Oct 28, 2019 - 89 commits
- Java
💌 Easy to use and customizable messages/notifications for iOS à la Tweetbot
-
Updated
Oct 25, 2019 - 260 commits
- Objective-C
Update Wiki
Prerequisites
- You will be asked some questions and requested to provide some information, please read them carefully and answer completely.
- Put an
xinto all the boxes [ ] relevant to your issue (like so [x]). - Use the Preview tab to see how your issue will actually look like, before sending it.
- Understand that we will CLOSE (without answering) all issues related to `chal
Navigation tab bar with colorful interactions.
-
Updated
Oct 27, 2019 - 88 commits
- Java
Describe the bug
When using the cdp driver, during closing of a browser page, this error sometimes appears.
{"level":"warn","time":"x","url":"x","error":"rpcc: the connection is closing","time":"x","message":"failed to close browser page"}
{"level":"error","time":"x","error":": rpcc: the connection is closing: session: detach timed out for session 5C391DF4E758E985AE3CBAA03774E562","t
We have a tombstone bit in the record header for the C++ version of FASTER, but this needs to be hooked in to a Delete interface to FASTER. This is already implemented in C#, and needs to be ported over in a similar manner.
You can look at the C# version of Deletes at this PR: microsoft/FASTER#114 for the source of the port.
☑️ JavaScript fluent validation library
-
Updated
Oct 28, 2019 - 347 commits
- JavaScript
Is your feature request related to a problem? Please describe.
It will be more easier if framework also provide size prop just like we have in input component, for checkbox, radio, select, switch. We can do it with CSS but as we have size prop in input component why ignore other form elements.
Describe the solution you'd like
Add size prop to this components as well.
**Describe
Hey guys, great job with the new devtools💯 perhaps this request can be put in the backlog for a future release as I think it could be quite useful and could save a few steps for developers.
What is the current behavior?