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,080 public repositories matching this topic...
Describe the bug
In the config.js addParameters function, if I set isFullscreen: true and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false and open the webpage again, it is still full-screen on startup.
To Reproduce
- Set
isFullscreen: true, open the webpage, - Close the webpage or stop the server
- Set
isFullscreen: false, open the webpa
I want to use the SFTP protocol to create folders on the remote SFTP server, without specifying the curl option. The option created on the FTP protocol is "CURLOPT_FTP_CREATE_MISSING_DIRS".
Do you have any corresponding SFTP options?
Thanks for any help.
- Framework7 version: 5.5.5
- Vue.js version: 2.6.11
- Platform and Target: Desktop
- JSFiddle: https://jsfiddle.net/c5ns7fa1/
Describe the bug
I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.
Is this a bug or simply a misuse of a simple list?
To Reproduce
Steps to reproduce the behavio
While ccxt does a great job unifying most functions / settings, not everything is or can be unified.
I think it would be good to provide a separate wiki/documentation page which documents exchange-specific properties.
The behavior is there now and all is working well - but to find it users need to search through issues (which are not easy to navigate) to find certain exchange-specifics - and o
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.
CDNJS requires a certain amount of manual review and moderation. This review is required both to allow new projects to be added to the project, and to handle certain types of project changes which can't be automatically imported.
This issue is a place to discuss how we might eliminate this requirement in the future.
I believe the goal of this project should be to take everything which requir
-
Updated
Dec 7, 2017 - Java
-
Updated
Jul 16, 2020 - C++
-
Updated
Jul 16, 2020 - C
-
Updated
May 24, 2018 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Jul 17, 2020 - C
If anyone is interested in contributing to Chinese (Simplified) Docs with me, please let me know, so that we can work together and speed things up! I will mainly follow the order to continue, if you are willing to contributing, you are always welcome to pick up any page you like!
The remaining parts are:
- Tutorials
- Flutter
- Counter
- Timer <-- @jakecast
- Flutter
-
Updated
Feb 23, 2018 - Objective-C
The developer of the website I intend to scrape information from is sloppy and has left a lot of broken links.
When I execute an otherwise effective Ferret script on a list of pages, it stops altogether at every 404.
Is there a DOCUMENT_EXISTS or anything that would help the script go on?
-
Updated
Jul 17, 2020 - C#
No big thing, but there is a small difference between the code in readme against the cpp file.
Line 37: filter_options(const std::string name, rs2::filter& filter);
in https://github.com/IntelRealSense/librealsense/blob/master/examples/post-processing/rs-post-processing.cpp
filter_options(const std::string name, rs2::process_interface& filter);
https://github.com/IntelRealSens
- Wikipedia
- Wikipedia


React extension version: 4.4.0
Steps To Reproduce
The current behavior
Extension reports: "This page does not appears to be using React"
The expected behavior
React is detected (just like it is currently in Chrome/Chromium)