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 12,463 public repositories matching this topic...

storybook
kfayelun
kfayelun commented Nov 22, 2019

Describe the bug
The lineHeight of the TypeSet doc block Sample div is set to 1. This cuts off characters that goes below the main body of characters.

To Reproduce
Steps to reproduce the behavior:

  1. Use the TypeSet doc block in a story.
  2. Add a sampleText that has characters like p, y, g, j etc
  3. See that the part that dips down gets cut off.
  4. Set the div's lineHeight to 1.2
curl
JeemBeen
JeemBeen commented Oct 16, 2019
  • Framework7 version: 3.x, 4.x, 5.x
  • Platform and Target: Android Cordova

Describe the bug

If you increase font size in Android system settings text in many components is misaligned
e.g. Buttons, Dialog.

To Reproduce

Install Framework7 Kitchen Sink as Cordova app.

Expected behavior

Correct position of component text e.g. Button, Dialog.

Actual Behavior

Wrong or

ccxt
gpip
gpip commented Dec 8, 2019

Recently binance added a new option called "quoteOrderQty" as mentioned at https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md

Would be nice to have it here, for now I'm running a custom ccxt that allows me to override the quantity param with quoteOrderQty as they're mutually exclusive. The amount_to_precision can't be called as is because on BUY orders

cdnjs
MattIPv4
MattIPv4 commented Jun 22, 2019

Idea

Currently, when maintainers go to manually review a pull request to add a library, they have to confirm with the PR author that any files missed by the file map are intentionally missed. Additionally, it has to be confirmed that all files falling under the map are also intentionally included.

To save time and automate this process, it would be great if @PeterBot automatically listed

BenKnigge
BenKnigge commented Oct 21, 2016

It's been many years since the last time that I've attempted to write any code in C and would really appreciate it if there was a bit of documentation on how to use lwan as a library outside of the lwan directory. I've been struggling with the cmake configuration inside of a Clion project and have decided to give up for the night. If anyone has a working cmake config that they would be willing to

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
badrishc
badrishc commented Jan 10, 2020

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

jsinhSolanki
jsinhSolanki commented Jan 17, 2019

Hey, I am using tooltip in my navbar and I have two layout.

  1. With navbar
  2. No Navbar

I have button in navbar which navigates to another layout which dont have any navbar.(So, when I click on btn, btn it self and navbar gets destroyed). But that tooltip which I used on button still remain.

i have created simillar demo for you.
jsfiddle

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