Skip to content
#

es6-javascript

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

DavidRothstein
DavidRothstein commented May 10, 2022

Quick summary

This is to track the underlying bug behind issues like Automattic/wp-calypso#63291 (and as originally discussed for example at p1651671145311929-slack-C0117V2PCAE).

Basically the problem is that Calypso makes API requests to /rest/v1.1/products?type=all for WordPress.com sites and /rest/v1.1/products?type=jetpack for Jetpack sites (the latter o

[Type] Bug Good First Issue
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