javascript-library
Here are 2,634 public repositories matching this topic...
I had found a couple of issues that could be clarified in the documentation and examples from the wiki.
Mock Server Files
The example doesn't work correctly when multiple mock files are removed the "drop files here" message is shown early due to the files
property not being populated with the entries added programmatically. (I assume because they're objects not file instances). I tri
I need to scroll to a certain part of the page, using hash routing. Something like:
/#/post/32#comment-id
This project seems to solve it for the react router, but it doesn't work with inferno:
https://github.com/rafrex/react-router-hash-link.
Here's the main source, seems like it could be easily adapted to the
Getting started step 13 does not progress to step 14 when play button is pressed, nor do any steps >= 13 progress when the play button is pressed. Those steps also cannot be navigated to manually.
Uncaught DOMException: Failed to execute 'querySelector' on 'Document': 'rgb(186, 218, 85)' is not a valid selector.
Information
Tested with MacOS Sierra:
- Chr
Hi,
The docs say that:
validate: (Function) Receive the user input and answers hash. Should return true if the value is valid, and an error message (String) otherwise. If false is returned, a default error message is provided.
But when my validate function returns false, no default error message is shown on screen.
If the validate function returns a string instead, the custom error m
Bug Report
Steps
- Go to documentation for Ribbon type labels
- Click the CodeSandbox link in the top-right corner of the examples segment
- When the checkmark appears, click it to be taken to CodeSandbox
- When CodeSandbox loads, notice that the URLs for the
tags have doubled the URL prefix so they are: `<Im
Executable | Version |
---|---|
node --version |
10.15.3 |
npm --version |
6.4.1 |
nodeppt -v |
2.1.5 |
OS | Version |
---|---|
Windows 7 | 6.1.7601 |
运行时出现的问题为:
![
The promise already says whether it's accepted or rejected, I'd expect an invocation that doesn't necessarily raise an exception when permission is denied.
-
Updated
Nov 19, 2018 - JavaScript
Would you accept a pull request adding tint and shade functions? These would mix the colour with white and black respectively, at a given percentage.
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
May 16, 2020 - JavaScript
Also, it's not "@apify/httpRequest" package but "@apify/http-request"
-
Updated
Oct 4, 2018 - CSS
Hello,
First, thank you for the project!
rs.js is advertised as "offline-first by design". But how can an app be offline-first when local data is not kept?
To give a simple example: let's say we have a notes taking app. When not connected to a remote storage, the user can still create, delete and update notes. Once connected to online storage, the new or modified notes get sync'd with
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
May 2, 2020 - JavaScript
-
Updated
May 2, 2020 - JavaScript
E.g. a mbsc-note-msg that maybe is a bit greyed out with info for the field - e.g. "The password must be at least 12 characters long." or "This will be the username other users recognize you by"
Should just not be colored - and maybe not bold.
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 21, 2020 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
Hi there! I'm new here and has some trouble with the api.
Expect
By default, currency resolves to a string value.
2.51 + .01; // => 2.5199999999999996
currency(2.51).add(.01); // => 2.52
Actual
It returns an object but not the string i expected
2.5199999999999996
{ intValue: 252,
value: 2.52,
s:
-
Updated
Apr 25, 2019 - JavaScript
AOT build under Angular 9 with angularCompilerOptions.strictTemplates: true
in tsconfig.app.json
generates error TS2741: Property 'options' is missing in type 'ITreeOptions' but required in type 'TreeOptions'
because the @Input options
is incorrectly typed as TreeOptions
in the code, req
-
Updated
May 22, 2020 - JavaScript
The sed commands throw the error because macOS or BSD systems require a more specific -i flag.
A solution may be found here: https://stackoverflow.com/questions/7573368/in-place-edits-with-sed-on-os-x
Improve this page
Add a description, image, and links to the javascript-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javascript-library topic, visit your repo's landing page and select "manage topics."
Heya!
I just discovered a super weird bug in 3.5.0 where the test for csstransforms3d returns a false negative in Webkit-based browsers if body is set to display:flex, and the text contents of the body exceed 205 characters.
Replicated on Chrome 61.0.3163.100 and Safari 10.1.2 (12603.3.8). Not present on Gecko.
Check [Codepen for isolated, replicable case.](https://codepen.io/anon/pen/