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 14,737 public repositories matching this topic...
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
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
Sep 30, 2020 - C
This is a(n):
- New algorithm
- Update to an existing algorithm
- Error
- Proposal to the Repository
Details:
We can make a file may be READ.
(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
-
Updated
Sep 2, 2020 - Java
Apache Thrift
-
Updated
Sep 30, 2020 - C++
A cross-platform, linkable library implementation of Git that you can use in your application.
-
Updated
Sep 29, 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
Sep 3, 2020 - JavaScript
Hello,
I managed to implement bloc together with graphql inside my app by following the Jobs example. However, I have no idea how I could have graphql subscriptions and BLoC working together. It would be great if you could extend your jobs example to include subscriptions.
I am using:
- graphql_flutter: ^4.0.0-alpha.3
- bloc: ^6.0.2
- flutter_bloc: ^6.0.2
Experimental, scalable, high performance HTTP server
-
Updated
Sep 27, 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
Sep 30, 2020 - C++
Describe the bug
Filtering with the =~ operator doesn't work
To Reproduce
LET doc = DOCUMENT("https://www.amazon.de/gp/product/B0172JEA7K")
LET meta = ELEMENT(doc, '[data-automation-id="meta-info"]')
FOR a IN ELEMENTS(meta, 'a')
FILTER a.attributes.href =~ "atv_dp_pd_star"
RETURN TRIM(a.innerHTML)
returns
{
"error": "compile query: invalid token: FIL
- Wikipedia
- Wikipedia


PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple