-
Updated
Jun 29, 2020 - Vue
spa
Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.
Here are 2,399 public repositories matching this topic...
better error logging
I'm submitting a feature request
- Library Version:
aurelia-script 1.3.1
Current behavior:
If you make a typo, or on this case I forgot to add async to a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
-
Updated
Jun 28, 2020 - JavaScript
Summary
- The introductory re-frame documentation should be changed to better show re-frame's separation of concerns
- Specifically, there should be 7 re-frame dominos, not 6.
- Specifically, the existing domino #2 be split into two dominos
Notes
The following explanatory notes are written from the point of view of the current 6 domino model. These notes might serve as t
Element UI version
2.4.5
OS/Browsers version
Chrome 67.0.3396.99 (64bit)
Vue version
2.5.17
Compent version
- VideoJs V6.6.2
- Element-UI v2.4.5
Reproduction Link
https://jsfiddle.net/15klli/h63s104c/14/
Steps to reproduce
- 点击“打开dialog”--click the link to open dialog
- 点击 poster中间的播放按钮(无反应) -- click the Pl
This is:
- Feature request
Expected Behavior
In order to make DX better, let's automatically execute the following check for our users, and throw a clear error message if the credentials are incorrect / missing.
-
Updated
Mar 20, 2018 - CoffeeScript
-
Updated
Jun 11, 2020 - Shell
API docs: Sitemap
Some platforms support mutual TLS for authenticating webhooks
Example of these platforms might be:
- https://api.slack.com/docs/verifying-requests-from-slack#mutual_tls
- https://www.sparkpost.com/docs/tech-resources/webhook-authentication/
Debugging
Sometimes it's useful to know the details of the client certificate being sent:
Subject Alternative Name, `Subject Common Name
When a webpage is loaded, I can navigate seamlessly through all my links. The problem presents when I start using the back button to get back to the initial page which reloads the website.
Steps to reproduce
This is present in one of your examples: Email example. If you click on one of the emails and then use the back button, it will reload the webs
Steps to repro:
Run the command from documentation
docker run --net=host -v ./CONFIG_FILE.yaml:/etc/rendora/config.yaml rendora/rendora
What I have tried:
- git clone repo && cd to config_examples && run with
docker run --net=host -v ./CONFIG_FILE.yaml:/etc/rendora/config.yaml rendora/rendora
Return value is
docker: Error response from daemon: create ./CONFIG_FILE.yaml: "./CONFIG_
I'm submitting a ...
- bug report
- feature request
- other (Please do not submit support requests here (below))
The Router Challenge aims to be to Routers what TodoMVC is to MV* frameworks. It offers the same Music Catalog application built in React using different Routers. For it to be succe
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Apr 30, 2020 - C#
Docs
In the quickstart the first example explains how you can introduce stimulusreflex without any javascript. This seems somewhat magical, it would be nice if it was explained somewhere more clearly how the magic works behind the scenes or what assumptions are being made to make this work.
Referring to this https://docs.stimulusreflex.com/quickstart#call-reflex-methods-on-the-server-wit
-
Updated
Jun 29, 2020 - PHP
-
Updated
Jun 29, 2020 - HTML
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
May 28, 2020 - TypeScript
-
Updated
May 16, 2020 - JavaScript

Currently when adding an item to your cart, it only updates the cart counter graphic for that browser instance, not all connected clients. Using SignalR it should be relatively straightforward to update the cart counter on all connected clients.