Skip to content
#

JavaScript

javascript logo

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 1,821 public repositories matching this topic...

bokeh
cleemullins
cleemullins commented Aug 21, 2019

On a weekly basis, customer report issues around the 15 second timeout. This problem manifests as Exceptions and looks like a timeout.

We need to offer a more robust guidenance around Async / Long-Running operations. This guidenance likley takes the form of:

  1. Your bot responds very quickly.
  2. Do Needed Processing()
  3. Send the result to the user as a Async / Proactive message.

There

kanaka
kanaka commented Oct 28, 2015

To encourage people to use wss/tls encryption, we should make it really simple for people to implement a signed cert using letsencrypt.org (which should be going into general availability in the next couple of months). Perhaps direct automatic integration (since that's one of the goals of Let's Encrypt), but at least, we should document a straightforward process for using it.

The process is docum

r0x0r
r0x0r commented Jun 22, 2019

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
zhaoming0
zhaoming0 commented Jan 19, 2018

Launch webdnn caffenet example fail, following this README

Env:
MacBook 10.13.2
Chrome 63.0.3239.132
WebDNN 1.1.0

Issues:

  1. Miss graph_webgl_4096.json package.
  2. Default Image URL ../../resources/imagenet/ILSVRC2012_val_00000003.JPEG not exist

Error page as below:

<img width="1201" alt="screen shot 20

bug
StrikerRUS
StrikerRUS commented Oct 18, 2019

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.

cayetona
cayetona commented Jan 19, 2019

hi everyone, i need help to configure fail2ban with modoboa to prevent brut-force with the web interface.

I activate the log in settings.py

    'syslog-auth': {
        'class': 'logging.handlers.SysLogHandler',
        'facility': SysLogHandler.LOG_AUTH,
        'address': '/dev/log',
        'formatter': 'syslog'
    },

i configure a jail.local

[modoboa

oppia
tyleri
tyleri commented Jan 22, 2020

This issue aims to migrate files still using AngularJS to modern Angular 8. The listed files are ones that the Angular team believes can be migrated without major blockers, but please feel free to reach out on Gitter if you run into any problems. Please make sure to comment below to claim a file before working on it, so we don't have any duplication of work.

Please go through this wiki page:htt

wisechengyi
wisechengyi commented Feb 4, 2020

Right now, a target name can contain space, comma, /, etc, so it would be a good idea to limit it to alphanumeric + - and _

For example:

diff --git a/BUILD b/BUILD
index 0ad0a46..c71bab2 100644
--- a/BUILD
+++ b/BUILD
@@ -52,3 +52,6 @@ files(
   name = 'pants_pex',
   source = 'pants.pex',
 )
+
+target(
+  name = '123/456')


$ ./pants list :
//:123/456

Created by Brendan Eich

Released December 4, 1995

Website
developer.mozilla.org/en-US/docs/Web/JavaScript
Wikipedia
Wikipedia

Related Topics

nodejs
You can’t perform that action at this time.