JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 2,272 public repositories matching this topic...
Jotform integration
It might be valuable to implement an integration with Jotform, as we have received feedback from users who would be willing to switch to Zulip if we had that feature available.
It seems like a standard outgoing webhook, with https://www.jotform.com/help/245-how-to-setup-a-webhook-with-jotform providing some introductory information on setting this up.
-
Updated
Oct 25, 2020 - Python
-
Updated
Oct 26, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Sep 29, 2020 - Python
-
Updated
Oct 25, 2020 - Python
-
Updated
Sep 2, 2020 - Python
Video problems
I have analyzed video problems and below is the summary. All tested with examples/http_server.py from the pywebview-3 branch.
Windows
- CEF / MSHTML / EdgeHTML. No problems with either. CEF supports only WebM and Ogg out of the box (MP4 not supported).
Cocoa
- Only video frame is displayed, video not playing. Youtube works fine. There are a bunch of flags related to media in WKWeb
This is a tree-sitter code generation bug reported at tree-sitter/tree-sitter#714
Severity: breaks the C# parser on some platforms (on which platform where did you see the error @nbrahms ?).
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 26, 2020 - Python
-
Updated
Sep 25, 2020 - Python
User story
What did you do?
1.Goto a RTL version of MDN ste. eg: https://developer.mozilla.org/fa/
2.Look at small arrows on side of Web Technologies; Learn web development; Developer Tools
3.Look at cat that shows "Help us build better CSS debugging tools!
Which CSS bugs are the worst?
Take the Survey"
4-Look at location of Arrow of "Sign Up now" button
5-From Refrences and
I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solution, but not for development in Jupyter Notebook, for example.
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 15, 2020 - Python
Introduction
Background
To ensure Oppia remains available and high-quality for our students, we run end-to-end tests on all PRs to check that the site's functionality hasn't been broken. Recently, these tests have begun failing non-deterministically. This frustrates developers and slows their work by incorrectly indicating that developers’ changes are faulty. The goal of this issue is t
-
Updated
Oct 14, 2020 - Python
We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like
deploy_jar_rules=jar_rules(rules=[
Duplicate('^BUILD', Duplicate.SKIP),
Duplicate('^META-INF/ASL2.0', Duplicate.SKIP),
Duplicate('^META-INF/INDEX.LIST', Duplicate.SKIP),
Duplicate('^META-INF/io.netty.versions.properties', Duplicate.SKIP
-
Updated
Oct 24, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 25, 2020 - Python
-
Updated
Jul 16, 2020 - Python
We need to improve the comments explaining the main ideas / insights of the solution
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
python: 3.7.7
bokeh: 2.2.1
jupyter_core: 4.5.0
jupyter_client: 5.3.3
Chrome 85
macOS Catalina 10.15.7
Description of expected behavior and the observed behavior
In CSS, identifiers cannot start with a digit, two hyphens, or a hyphen followed by a digit (see [reference](https://www.