Skip to content

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 11,849 public repositories matching this topic...

GavBaros
GavBaros commented Sep 27, 2019

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?

  • Copying data to clipboard stringifies all key-value pairs of an object
  • When the keys' values happen to be objects or arrays, the values are given in constructor form
storybook
patricklafrance
patricklafrance commented Oct 22, 2019

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

curl
apique13
apique13 commented Jul 10, 2019

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

cdnjs
MattIPv4
MattIPv4 commented Jun 22, 2019

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.

bisht-sanjeet
bisht-sanjeet commented Jun 8, 2019

Prerequisites

  • You will be asked some questions and requested to provide some information, please read them carefully and answer completely.
  • Put an x into 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
ferret
gyy52380
gyy52380 commented Oct 13, 2019

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
jsinhSolanki
jsinhSolanki commented Dec 18, 2018

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

Learn about library

Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.