Skip to content
#

es6-javascript

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

sirbrillig
sirbrillig commented Jul 7, 2022

Originally reported in Automattic/wp-calypso#65180

To reproduce:

  • Add a product to the cart and then manually visit /domains/add/:site.
  • Using the masterbar cart, remove the product from the cart.
  • Once the masterbar cart disappears, immediately click to add a domain to the cart.
  • Notice that the masterbar cart opens up on its own.

Expected behavior: the m

tinyhttp
talentlessguy
talentlessguy commented Dec 10, 2020

Now that @tinyhttp/router v1.0.5+ no longer depends on http module of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to have it located in the separate deno folder with all editor settings specifically for it.

There aren't strict requirements on how it should be implemented, but i suppose we need to use either raw gh links, jspm or

enhancement help wanted good first issue medium
c3duan
c3duan commented Sep 16, 2018

Voice Channel remains silent after resuming the music playing, [potential problem with my resume command and resumeSong() function in music.js].

Possible Fixes:

  1. Instead of using dispatcher.resume() built-in function, use my own playMusic() function in music.js
  2. Possible bug in pause command despite stopping the music playing
bug help wanted good first issue

Improve this page

Add a description, image, and links to the es6-javascript 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 es6-javascript topic, visit your repo's landing page and select "manage topics."

Learn more