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 15,425 public repositories matching this topic...

mglukhovsky
mglukhovsky commented Dec 13, 2020

Environment:

  • macOS 11.0.1 Big Sur, on an Apple Silicon (M1) chip
  • React 17.0.1
  • React DevTools 4.10.1, running in standalone mode via Electron 11.1.0 (darwin-arm64 build)
  • New project using create-react-app . with the useScript hook to add the <script> tag required by React DevTools.

Steps to reproduce

  1. Add React DevTools to a project with npm install --save react-devtools
storybook
lexsoft00
lexsoft00 commented Oct 22, 2020

Describe the bug
Storybook --host attribute it changes localhost where it should change network host.

start-storybook -h 192.168.89.89 -p 9009
Local:            http://192.168.89.89:9009
On your network:  http://10.0.2.15:9009

The expected result should be like the one bellow

Local:            http://localhost::9009/ 
On your network:  http://192.168.89.89:9009
cosmos
chimon2000
chimon2000 commented Oct 17, 2020

Is your feature request related to a problem? Please describe.
Currently, migrating from another library requires you to do a manual comparison of samples from both libraries to fill in the gaps. It would be nice to have documentation for people migrating from other popular state management solutions, such as ChangeNotifier, StateNotifier, MobX, or Redux.

Describe the solution you'd like

ferret
JekRock
JekRock commented Sep 19, 2020

Is your feature request related to a problem? Please describe.
Currently, there are services that secure website from automation tools like ferret. Some of them send 405 in response to the DOCUMENT function call that make a ferret script fail with an error even though a page is available (not the original page, but usually a page with the captcha).

Describe the solution you'd like
It

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

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