javascript-library
Here are 2,569 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
May 15, 2020 - JavaScript
-
Updated
May 11, 2020 - JavaScript
-
Updated
May 16, 2020 - JavaScript
When users run Apify.launchPuppetter()
on Docker image without Chromium, they see:
Error: Failed to launch chrome! spawn /usr/src/app/node_modules/puppeteer/.local-chromium/linux-706915/chrome-linux/chrome ENOENT
We should show some better error telling them how to fix it.
-
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
Apr 1, 2020 - JavaScript
-
Updated
May 24, 2020 - JavaScript
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Apr 25, 2019 - 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:
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."
svg/filters.js
contains the comment "Should fail in Safari". This gives the impression that the test fails to correctly detect the availability of SVG filters in Safari. This impression is wrong.The detection works correctly for Safari.
I tested it on two Safaris:
Safari 5.1: the test returns
false
.Safari 9.1: the test returns
true
.This concurs with https://caniuse.com/#feat