javascript-library
Here are 2,331 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
Failed to execute 'querySelector' on 'Document' - when trying to get an Element's stroke attribute
I have an SVG with a <path> inside of it. I want to get that path's stroke attribute. Here's my code:
var s = new Snap('#mainsvg');
Snap.load('business-model-simple.svg', function (response) {
s.append(response);
var arrow = s.select("#arr-base-01");
console.log(arrow);
console.log(arrow.attr("stroke"));
});The element I'm trying to get is:
Please fix documentation inaccuracies with respect to required fields.
DefinitelyTyped/DefinitelyTyped#36708 (comment)
According to this document
type,nameandmessageare always required.
This is very inaccurate astypemight be skipped which causes the default prompt to be used.
There's a line in the contributing docs:
Note, we use yarn because npm has unfortunately become unreliable. Get it here.
Is there any reason to keep this here? Semantic-Org/Semantic-UI-React#2081 is the PR from when it was added - seems like the only gripe was over lockfiles which are plenty standard and stable these days.
| 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 world's most versatile desktop notifications framework :earth_americas:
-
Updated
Jan 13, 2020 - JavaScript
Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
-
Updated
Jan 14, 2020 - JavaScript
It's not possible to convert between RGB and CIELAB without knowing the RGB colour space and the illuminant for LAB.
These aren't listed in the documentation, nor do they appear to be selectable.
The minimal javascript library to create flowcharts ✨
-
Updated
Jan 14, 2020 - JavaScript
The ultimate JavaScript string library
-
Updated
Jan 13, 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.
a [μ] microInteraction library built with CSS Animations and controlled by JavaScript Power
-
Updated
Jan 13, 2020 - 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
a JavaScript library which is built to easily customize and use the SVG Icons with a blaze.
-
Updated
Jan 13, 2020 - JavaScript
... for detecting if an element is in the viewport. In documentation, note that you may need to include separate polyfill if you are concerned about browser support, which is pretty good.
A library for prototyping realtime hand detection (bounding box), directly in the browser.
-
Updated
Jan 13, 2020 - JavaScript
Cross platform UI controls for progressive web and hybrid apps (plain JS, jQuery, Angular and React)
-
Updated
Jan 13, 2020 - JavaScript
Single Page Switching bone(include page manage, events manage) for mobile web APP, Hybrid APP, Phonegap, PPT, Single-Screen PC page...
-
Updated
Jan 6, 2020 - JavaScript
:ghost: Tiny React16 like framework with Concurrent.
-
Updated
Jan 14, 2020 - JavaScript
🖱️ Selection - A simple and lightweight library to realize visual DOM Selections, like on your Desktop. No jQuery. Supports any CSS library, e.g. Bootstrap. Including vertical & horizontal scroll support.
-
Updated
Jan 14, 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.52Actual
It returns an object but not the string i expected
2.5199999999999996
{ intValue: 252,
value: 2.52,
s:PLEASE READ CAREFULLY!
Reproduce
Please reproduce here if reporting a bug, or requesting help:
https://stackblitz.com/edit/angular-wxansn
Additional Info
- paste your package.json
- which browser
- paste your code
Use the Slack Channel
The fastest way to get an answer is via the slack channel:
https://angular-tree-component.herokuapp.com/
You will also get updates on relea
A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology.
-
Updated
Jan 14, 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
🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
-
Updated
Jan 6, 2020 - JavaScript
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."
It would be nice to have H265 support check in Modernizr. Edge and Safari already support HEVC.