Skip to content
#

javascript-library

Here are 2,569 public repositories matching this topic...

Modernizr
mooffie
mooffie commented Feb 7, 2019

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

bayareawebpro
bayareawebpro commented Oct 20, 2019

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

adamkdean
adamkdean commented Mar 15, 2018

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
pensierinmusica
pensierinmusica commented Feb 27, 2020

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

flexsearch
dienluong
dienluong commented Nov 4, 2019

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

Improve this page

Add a description, image, and links to the javascript-library topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.